diff options
Diffstat (limited to 'bin/startsway')
-rwxr-xr-x | bin/startsway | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/startsway b/bin/startsway index b593354..812788b 100755 --- a/bin/startsway +++ b/bin/startsway @@ -5,4 +5,8 @@ export XDG_SESSION_DESKTOP=sway export WLR_RENDER=vulkan export MOZ_ENABLE_WAYLAND=1 -exec sway +sway + +swaymsg -- exec --no-startup-id autostart-wayland + +exit 0 |