diff options
| author | Freya Murphy <freya@freyacat.org> | 2023-11-28 09:07:49 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2023-11-28 09:07:49 -0500 |
| commit | 1b5173bec111364070ccc7d6a8acd6bc0e21e3bd (patch) | |
| tree | a4bdf965d69c086c2439f8761321d04573b4b666 /.config/sway/config | |
| parent | fix project script (diff) | |
| download | dotfiles-arch-1b5173bec111364070ccc7d6a8acd6bc0e21e3bd.tar.gz dotfiles-arch-1b5173bec111364070ccc7d6a8acd6bc0e21e3bd.tar.bz2 dotfiles-arch-1b5173bec111364070ccc7d6a8acd6bc0e21e3bd.zip | |
dbus/xdg proper configuration
Diffstat (limited to '.config/sway/config')
| -rwxr-xr-x | .config/sway/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config index effb3cd..61879fc 100755 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,5 +1,6 @@ # xdg desktop portal fix exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP +exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway # Set super key set $mod Mod4 |