mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:43:55 -05:00
hyprland: hide gaps when only one window
This commit is contained in:
parent
89c3f85c3a
commit
0d247a205e
|
@ -226,6 +226,7 @@
|
|||
}
|
||||
|
||||
dwindle {
|
||||
no_gaps_when_only = 1
|
||||
preserve_split = yes # you probably want this
|
||||
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
}
|
||||
|
@ -266,19 +267,6 @@
|
|||
|
||||
windowrulev2 = suppressevent maximize, class:.*
|
||||
|
||||
# # Workspace #1 - Browser
|
||||
# windowrulev2 = workspace 1,class:(firefox)
|
||||
|
||||
# # Workspace #2 - Coding
|
||||
# workspace = name:code,2, rounding:false, decorate:false, gapsin:0, gapsout:0, border:false, decorate:false
|
||||
# windowrulev2 = workspace name:code,class:(codium-url-handler)
|
||||
|
||||
# windowrulev2 = workspace 4,class:(google-chrome)
|
||||
|
||||
# # Scratchpad Magic
|
||||
# windowrulev2 = workspace special:magic,class:(org.gnome.Fractal)
|
||||
# windowrulev2 = workspace special:magic,class:(WebCord)
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = ${modifier}, T, exec, ${terminal}
|
||||
bind = ${modifier}, F, exec, ${fileManager}
|
||||
|
|
Loading…
Reference in a new issue