diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-06-03 13:51:23 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-06-03 13:51:23 -0400 |
commit | 95f2143d435fc8889d276be5ddda3804d4ab1630 (patch) | |
tree | 917519043dc687c7e1b55d2cf5bf347b17c0857f /home-config/sway/config | |
parent | 1bb57c778fd3a6838f66a5cb80317bfea6fc6996 (diff) |
changed for obs, fix for desktop portals
Diffstat (limited to 'home-config/sway/config')
-rw-r--r-- | home-config/sway/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home-config/sway/config b/home-config/sway/config index 2cecb72..2507e56 100644 --- a/home-config/sway/config +++ b/home-config/sway/config | |||
@@ -26,6 +26,8 @@ exec sh ~/.profile | |||
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 | exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP | ||
30 | |||
29 | # | 31 | # |
30 | # Logo key. Use Mod1 for Alt. | 32 | # Logo key. Use Mod1 for Alt. |
31 | set $mod Mod4 | 33 | set $mod Mod4 |
@@ -275,7 +277,6 @@ bar { | |||
275 | swaybar_command waybar | 277 | swaybar_command waybar |
276 | } | 278 | } |
277 | 279 | ||
278 | exec hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK | ||
279 | 280 | ||
280 | # Numlock on startup | 281 | # Numlock on startup |
281 | input * xkb_numlock enabled | 282 | input * xkb_numlock enabled |