Bring back inhibit_idle
This commit is contained in:
parent
2709850f43
commit
9343275d4a
|
@ -10,7 +10,6 @@ with lib;
|
|||
let
|
||||
isQwerty = keymap == "us";
|
||||
gnomeSchema = "org.gnome.desktop.interface";
|
||||
rendererLine = "export WLR_RENDERER=vulkan";
|
||||
monitorModule = types.submodule {
|
||||
options = {
|
||||
name = mkOption { type = types.str; };
|
||||
|
@ -226,11 +225,12 @@ in
|
|||
};
|
||||
|
||||
extraConfig = ''
|
||||
for_window [class=".*"] inhibit_idle fullscreen
|
||||
for_window [app_id=".*"] inhibit_idle fullscreen
|
||||
default_border pixel
|
||||
'';
|
||||
|
||||
extraSessionCommands = ''
|
||||
${rendererLine}
|
||||
export WLR_NO_HARDWARE_CURSORS=1
|
||||
export XDG_CURRENT_DESKTOP=sway
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
|
|
Loading…
Reference in a new issue