diff options
author | Luca Matei Pintilie <luca@lucamatei.com> | 2024-07-14 23:20:39 +0000 |
---|---|---|
committer | Luca Matei Pintilie <luca@lucamatei.com> | 2024-07-14 23:20:39 +0000 |
commit | 3a0868feb48fbe004942ed84bf7bea000428de82 (patch) | |
tree | 1bf67ee83c49cfc4d70acacedd0ff4a6bc977ede /.local/bin | |
parent | 106067ed048a684da33669eff984bd8b98f554a2 (diff) | |
download | dotfiles-3a0868feb48fbe004942ed84bf7bea000428de82.tar dotfiles-3a0868feb48fbe004942ed84bf7bea000428de82.tar.gz dotfiles-3a0868feb48fbe004942ed84bf7bea000428de82.tar.bz2 dotfiles-3a0868feb48fbe004942ed84bf7bea000428de82.tar.lz dotfiles-3a0868feb48fbe004942ed84bf7bea000428de82.tar.xz dotfiles-3a0868feb48fbe004942ed84bf7bea000428de82.tar.zst dotfiles-3a0868feb48fbe004942ed84bf7bea000428de82.zip |
implement turnstile-style services
Diffstat (limited to '.local/bin')
-rwxr-xr-x | .local/bin/wayland-start | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.local/bin/wayland-start b/.local/bin/wayland-start new file mode 100755 index 0000000..a2be14b --- /dev/null +++ b/.local/bin/wayland-start @@ -0,0 +1,9 @@ +#!/usr/bin/env sh + +export SDL_VIDEODRIVER=wayland +export _JAVA_AWT_WM_NONREPARENTING=1 +export QT_QPA_PLATFORM=wayland +export XDG_CURRENT_DESKTOP=sway +export XDG_SESSION_DESKTOP=sway + +exec sway |