From f7e2d8b1e0429b3ed1bdbe0ea82709573db40299 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 16 Dec 2025 03:24:09 +0100 Subject: [PATCH] feat: make `hyprland` gaps compatible with `nwg-dock-hyprland` --- modules/home/hyprland/config.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index c117613..e906f3f 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -5,6 +5,8 @@ ... }: { + services.hypridle.enable = true; + wayland.windowManager.hyprland = { settings = { @@ -51,11 +53,15 @@ }; }; + #workspace = [ + # "w[tv1], gapsout:0, gapsin:0" + # "f[1], gapsout:0, gapsin:0" + #]; general = { "$mainMod" = "ALT"; layout = "dwindle"; gaps_in = 0; - gaps_out = 0; + gaps_out = "0,0,85,0"; border_size = 2; "col.active_border" = "rgb(ffffff) rgb(ffffff) 45deg"; "col.inactive_border" = "0x00000000"; @@ -282,11 +288,6 @@ "$mainMod, mouse:273, resizewindow" ]; - workspace = [ - "w[tv1], gapsout:0, gapsin:0" - "f[1], gapsout:0, gapsin:0" - ]; - # windowrule # windowrule = [ # "float,title:^(float_kitty)$"