fix(hyprland): adjusted to reflect changes to new hyprland version
This commit is contained in:
parent
aff274cdb6
commit
c5739925e9
5 changed files with 179 additions and 318 deletions
|
|
@ -9,12 +9,13 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
wayland.windowManager.hyprland = {
|
||||
settings = {
|
||||
cursor = {
|
||||
inactive_timeout = 4;
|
||||
};
|
||||
general = {
|
||||
|
||||
gaps_in = 10;
|
||||
gaps_out = 10;
|
||||
border_size = 2;
|
||||
cursor_inactive_timeout = 4;
|
||||
"col.active_border" = "0xff${config.colorscheme.colors.base05}";
|
||||
"col.inactive_border" = "0xff${config.colorscheme.colors.base02}";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue