diff options
Diffstat (limited to '.config/sway/exec')
| -rwxr-xr-x | .config/sway/exec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/sway/exec b/.config/sway/exec new file mode 100755 index 0000000..8d21cb7 --- /dev/null +++ b/.config/sway/exec @@ -0,0 +1,7 @@ +exec export QT_QPA_PLATFORMTHEME=qt6ct +exec export XDG_CURRENT_DESKTOP=sway +exec systemctl --user set-environment XDG_CURRENT_DESKTOP=sway +exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP +exec systemctl --user start xdg-desktop-portal-wlr.service +exec syncthing +exec $term |
