Ajout du winitrc de sway
This commit is contained in:
parent
1502165618
commit
6bdc77b40e
1 changed files with 25 additions and 0 deletions
25
winitrc-2
Executable file
25
winitrc-2
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