Move Sway to systemd

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-10 15:35:07 +02:00
parent 7b5b1019cc
commit 2c3d93ebee
26 changed files with 264 additions and 131 deletions

View file

@ -1,3 +1,5 @@
XDG_SESSION_TYPE=wayland
# Fix java on wayland
_JAVA_AWT_WM_NONREPARENTING=1
_JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
@ -15,5 +17,5 @@ MOZ_WEBRENDER=1
# Fix redshift on wlroots
WLR_DRM_NO_ATOMIC=1
# Make clutter programs use wayland
CLUTTER_BACKEND=wayland
# Use wayland in SDL2
SDL_VIDEODRIVER=wayland