Compare commits
2 commits
1502165618
...
ed0de8aa10
Author | SHA1 | Date | |
---|---|---|---|
|
ed0de8aa10 | ||
|
6bdc77b40e |
7 changed files with 25 additions and 0 deletions
25
winitrc-sway
Executable file
25
winitrc-sway
Executable file
|
@ -0,0 +1,25 @@
|
|||
#!/bin/sh -xe
|
||||
|
||||
# cd
|
||||
cd
|
||||
|
||||
# Environment
|
||||
# XDG
|
||||
export \
|
||||
XDG_CURRENT_DESKTOP=sway \
|
||||
XDG_SESSION_DESKTOP=sway
|
||||
|
||||
# Backends
|
||||
export \
|
||||
QT_QPA_PLATFORM='wayland;xcb' \
|
||||
QT_QPA_PLATFORMTHEME=qt6ct \
|
||||
CLUTTER_BACKEND=wayland \
|
||||
SDL_VIDEODRIVER=wayland \
|
||||
_JAVA_AWT_WM_NONREPARENTING=1 \
|
||||
MOZ_ENABLE_WAYLAND=1
|
||||
|
||||
# Execution
|
||||
exec dbus-launch --exit-with-session \
|
||||
ssh-agent \
|
||||
/usr/bin/sway
|
||||
|
Loading…
Reference in a new issue