feat(hypr): smaller window gaps

This commit is contained in:
etwas 2025-03-24 16:28:22 +01:00
parent 06cbebad8a
commit 02f476a69c
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -37,7 +37,7 @@
general = { general = {
# See https://wiki.hyprland.org/Configuring/Variables/ for more # See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 1; gaps_in = 1;
gaps_out = 5; gaps_out = 2;
border_size = 1; border_size = 1;
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
@ -100,6 +100,7 @@
windowrulev2 = [ windowrulev2 = [
"float,title:Welcome to ((IntelliJ IDEA)|PyCharm|RustRover|GoLand|DataGrip|(Android Studio))" "float,title:Welcome to ((IntelliJ IDEA)|PyCharm|RustRover|GoLand|DataGrip|(Android Studio))"
"float,title:flameshot"
"float,title:(\d+ Reminder(s)*)" "float,title:(\d+ Reminder(s)*)"
"float, title:(Edit Event: .*)" "float, title:(Edit Event: .*)"
]; ];