parent
6c1b1ed440
commit
a7378fb5cc
2 changed files with 2 additions and 3 deletions
modules/hyprland
|
@ -6,7 +6,7 @@
|
|||
...
|
||||
}: let
|
||||
inherit (lib) concatStringsSep optionals;
|
||||
inherit (config.vars) mainUser mainMonitor;
|
||||
inherit (config.vars) mainUser;
|
||||
|
||||
isNvidia = config.hardware.nvidia.modesetting.enable;
|
||||
in {
|
||||
|
|
|
@ -12,8 +12,7 @@
|
|||
enable_alt_release_exit = 1;
|
||||
overview_gappo = 60; #gaps width from screen
|
||||
overview_gappi = 24; #gaps width from clients
|
||||
hotarea_size = 10; #hotarea size in bottom left,10x10
|
||||
enable_hotarea = 1; # enable mouse cursor hotarea
|
||||
enable_hotarea = 0;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue