mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-03-05 10:01:37 +01:00
hyprland: Remove borders
Borders aren't that useful when you already know which window is being focused. In the event that you need to know which window has focus, you can either look at waybar or use a toggle that dims inactive windows.
This commit is contained in:
parent
9fa09ac977
commit
3be68d15bd
@ -34,11 +34,10 @@
|
||||
general {
|
||||
gaps_in = 0
|
||||
gaps_out = 0
|
||||
border_size = 1
|
||||
border_size = 0
|
||||
col.active_border = rgba(f4bf75ee) rgba(fd971fee) 45deg
|
||||
col.inactive_border = rgba(49483eaa)
|
||||
layout = master
|
||||
resize_on_border = yes
|
||||
}
|
||||
|
||||
decoration {
|
||||
|
Loading…
Reference in New Issue
Block a user