Compare commits
No commits in common. "ed0de8aa10f382cb08ad136c4415149611d8cab7" and "1502165618df2cc8385164098fe7fb106d23af46" have entirely different histories.
ed0de8aa10
...
1502165618
7 changed files with 0 additions and 25 deletions
25
winitrc-sway
25
winitrc-sway
|
@ -1,25 +0,0 @@
|
||||||
#!/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