First commit
This commit is contained in:
commit
8f9e6bf1c7
13 changed files with 521 additions and 0 deletions
8
bin/sway.sh
Executable file
8
bin/sway.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#/bin/bash
|
||||
export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
||||
export QT_QPA_PLATFORM=wayland-egl
|
||||
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export QT_QPA_PLATFORMTHEME=gtk2
|
||||
|
||||
sway
|
Reference in a new issue