summaryrefslogtreecommitdiff
path: root/home-config/sway
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-05-18 01:57:03 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-05-18 01:57:03 -0400
commit3d495ba0b5c148b3d1d55cb3ad1004d1bf08841d (patch)
tree836dd72a1143d91aac29b0594a04a309496dad00 /home-config/sway
parent232a9f91d237df4741078e2cf2322e49fb1ddf06 (diff)
many changes, mostly migrations to using shepherd home services
Diffstat (limited to 'home-config/sway')
-rw-r--r--home-config/sway/config8
1 files changed, 4 insertions, 4 deletions
diff --git a/home-config/sway/config b/home-config/sway/config
index 3c2d0c2..fdc56e0 100644
--- a/home-config/sway/config
+++ b/home-config/sway/config
@@ -24,7 +24,7 @@
24exec sh ~/.profile 24exec sh ~/.profile
25 25
26# Load up the user session dbus 26# Load up the user session dbus
27exec dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus 27#exec dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus
28 28
29# 29#
30# Logo key. Use Mod1 for Alt. 30# Logo key. Use Mod1 for Alt.
@@ -280,14 +280,14 @@ exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activati
280# Numlock on startup 280# Numlock on startup
281input * xkb_numlock enabled 281input * xkb_numlock enabled
282 282
283# Bluetooth
284exec blueman-applet
285
283# Audio Server 286# Audio Server
284#exec pipewire 287#exec pipewire
285#exec wireplumber 288#exec wireplumber
286#exec pipewire-pulse 289#exec pipewire-pulse
287 290
288# Bluetooth
289exec blueman-applet
290
291# Spotifyd 291# Spotifyd
292#exec spotifyd 292#exec spotifyd
293 293