zenix: revert removal of hypr env vars
This commit is contained in:
parent
e7acefb8f2
commit
80e205669b
1 changed files with 11 additions and 8 deletions
|
|
@ -183,14 +183,17 @@ in {
|
||||||
"${modifier}, mouse:272, movewindow"
|
"${modifier}, mouse:272, movewindow"
|
||||||
"${modifier}, mouse:273, resizewindow"
|
"${modifier}, mouse:273, resizewindow"
|
||||||
];
|
];
|
||||||
# env = [
|
env = [
|
||||||
# "GDK_BACKEND,wayland,x11"
|
"GDK_BACKEND,wayland,x11"
|
||||||
# "QT_QPA_PLATFORM,wayland;xcb"
|
"QT_QPA_PLATFORM,wayland;xcb"
|
||||||
# "CLUTTER_BACKEND,wayland"
|
"SDL_VIDEODRIVER,wayland"
|
||||||
# "XDG_SESSION_TYPE,wayland"
|
"CLUTTER_BACKEND,wayland"
|
||||||
# "QT_AUTO_SCREEN_SCALE_FACTOR,1"
|
"XDG_CURRENT_DESKTOP,Hyprland"
|
||||||
# "QT_WAYLAND_DISABLE_WINDOWDECORATION,1"
|
"XDG_SESSION_TYPE,wayland"
|
||||||
# ];
|
"XDG_SESSION_DESKTOP,Hyprland"
|
||||||
|
"QT_AUTO_SCREEN_SCALE_FACTOR,1"
|
||||||
|
"QT_WAYLAND_DISABLE_WINDOWDECORATION,1"
|
||||||
|
];
|
||||||
windowrule = [
|
windowrule = [
|
||||||
"float, title:wlogout"
|
"float, title:wlogout"
|
||||||
"idleinhibit always, vrmonitor"
|
"idleinhibit always, vrmonitor"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue