diff options
Diffstat (limited to 'home-config/sway')
-rw-r--r-- | home-config/sway/config | 8 |
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 @@ | |||
24 | exec sh ~/.profile | 24 | exec sh ~/.profile |
25 | 25 | ||
26 | # Load up the user session dbus | 26 | # Load up the user session dbus |
27 | exec 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 |
281 | input * xkb_numlock enabled | 281 | input * xkb_numlock enabled |
282 | 282 | ||
283 | # Bluetooth | ||
284 | exec 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 | ||
289 | exec blueman-applet | ||
290 | |||
291 | # Spotifyd | 291 | # Spotifyd |
292 | #exec spotifyd | 292 | #exec spotifyd |
293 | 293 | ||