mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-26 10:44:57 +08: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 = {
|
||||
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)$"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue