mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 11:51:13 +01:00
fix(hyprland): Use -1 for gaps_out
This fixes an issue where hyprland windows would not completely cover the background on the right side of the screen.
This commit is contained in:
parent
187028c552
commit
f8dc7f64f0
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
general {
|
general {
|
||||||
gaps_in = 0
|
gaps_in = 0
|
||||||
gaps_out = 0
|
gaps_out = -1
|
||||||
border_size = 0
|
border_size = 0
|
||||||
col.active_border = rgba(f4bf75ee) rgba(fd971fee) 45deg
|
col.active_border = rgba(f4bf75ee) rgba(fd971fee) 45deg
|
||||||
col.inactive_border = rgba(49483eaa)
|
col.inactive_border = rgba(49483eaa)
|
||||||
|
Loading…
Reference in New Issue
Block a user