summaryrefslogtreecommitdiff
path: root/home-config/sway
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-06-03 13:51:23 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-06-03 13:51:23 -0400
commit95f2143d435fc8889d276be5ddda3804d4ab1630 (patch)
tree917519043dc687c7e1b55d2cf5bf347b17c0857f /home-config/sway
parent1bb57c778fd3a6838f66a5cb80317bfea6fc6996 (diff)
changed for obs, fix for desktop portals
Diffstat (limited to 'home-config/sway')
-rw-r--r--home-config/sway/config3
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
29exec 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.
31set $mod Mod4 33set $mod Mod4
@@ -275,7 +277,6 @@ bar {
275 swaybar_command waybar 277 swaybar_command waybar
276} 278}
277 279
278exec 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
281input * xkb_numlock enabled 282input * xkb_numlock enabled