mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-27 06:20:15 +01:00
feat: make hyprland gaps compatible with nwg-dock-hyprland
This commit is contained in:
parent
e5007d6898
commit
f7e2d8b1e0
1 changed files with 7 additions and 6 deletions
|
|
@ -5,6 +5,8 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
services.hypridle.enable = true;
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
settings = {
|
settings = {
|
||||||
|
|
||||||
|
|
@ -51,11 +53,15 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#workspace = [
|
||||||
|
# "w[tv1], gapsout:0, gapsin:0"
|
||||||
|
# "f[1], gapsout:0, gapsin:0"
|
||||||
|
#];
|
||||||
general = {
|
general = {
|
||||||
"$mainMod" = "ALT";
|
"$mainMod" = "ALT";
|
||||||
layout = "dwindle";
|
layout = "dwindle";
|
||||||
gaps_in = 0;
|
gaps_in = 0;
|
||||||
gaps_out = 0;
|
gaps_out = "0,0,85,0";
|
||||||
border_size = 2;
|
border_size = 2;
|
||||||
"col.active_border" = "rgb(ffffff) rgb(ffffff) 45deg";
|
"col.active_border" = "rgb(ffffff) rgb(ffffff) 45deg";
|
||||||
"col.inactive_border" = "0x00000000";
|
"col.inactive_border" = "0x00000000";
|
||||||
|
|
@ -282,11 +288,6 @@
|
||||||
"$mainMod, mouse:273, resizewindow"
|
"$mainMod, mouse:273, resizewindow"
|
||||||
];
|
];
|
||||||
|
|
||||||
workspace = [
|
|
||||||
"w[tv1], gapsout:0, gapsin:0"
|
|
||||||
"f[1], gapsout:0, gapsin:0"
|
|
||||||
];
|
|
||||||
|
|
||||||
# windowrule
|
# windowrule
|
||||||
# windowrule = [
|
# windowrule = [
|
||||||
# "float,title:^(float_kitty)$"
|
# "float,title:^(float_kitty)$"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue