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:
Donovan Glover 2023-05-22 14:03:31 -04:00
parent 9fa09ac977
commit 3be68d15bd
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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 {