feat: make hyprland gaps compatible with nwg-dock-hyprland

This commit is contained in:
Ahwx 2025-12-16 03:24:09 +01:00
parent e5007d6898
commit f7e2d8b1e0

View file

@ -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)$"