mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
hyprland: Add borders by default
This makes it easier to differentiate which window is focused and makes floating windows slightly prettier.
This commit is contained in:
parent
2d3458362d
commit
68b80d2a18
@ -35,9 +35,9 @@ in
|
||||
}
|
||||
|
||||
general {
|
||||
gaps_in = 0
|
||||
gaps_in = -1
|
||||
gaps_out = -1
|
||||
border_size = 0
|
||||
border_size = 2
|
||||
col.active_border = rgba(${base0A}ee) rgba(${base09}ee) 45deg
|
||||
col.inactive_border = rgba(${base02}aa)
|
||||
layout = master
|
||||
|
Loading…
Reference in New Issue
Block a user