add some compat env vars to sway config
This commit is contained in:
parent
9a1ab7e65a
commit
126dcf014e
1 changed files with 8 additions and 0 deletions
|
@ -42,6 +42,14 @@
|
||||||
wayland.windowManager.sway = {
|
wayland.windowManager.sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
checkConfig = false; # doesnt work with custom wallpaper
|
checkConfig = false; # doesnt work with custom wallpaper
|
||||||
|
extraSessionCommands = ''
|
||||||
|
export SDL_VIDEODRIVER=wayland
|
||||||
|
|
||||||
|
export QT_QPA_PLATFORM=wayland
|
||||||
|
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||||
|
|
||||||
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
'';
|
||||||
config = {
|
config = {
|
||||||
modifier = "Mod4";
|
modifier = "Mod4";
|
||||||
output = {
|
output = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue