no gaps for hyprland

This commit is contained in:
Sakooooo 2024-11-16 16:07:55 +04:00
parent 9ec4fa7219
commit 5a07a3dfa2
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -78,11 +78,11 @@ input {
general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 10
gaps_out = 10
border_size = 2
col.active_border = rgba(ea4c88ee) rgba(e691b1ee) 45deg
col.inactive_border = rgb(6F2440) rgb(734959) 45deg
gaps_in = 0
gaps_out = 0
border_size = 1
col.active_border = rgb(005577) rgb(005577) 45deg
col.inactive_border = rgb(444444) rgb(444444) 45deg
layout = dwindle
}