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

View File

@@ -34,11 +34,10 @@
general { general {
gaps_in = 0 gaps_in = 0
gaps_out = 0 gaps_out = 0
border_size = 1 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)
layout = master layout = master
resize_on_border = yes
} }
decoration { decoration {