feat(hypr): smaller window gaps
This commit is contained in:
parent
06cbebad8a
commit
02f476a69c
1 changed files with 2 additions and 1 deletions
|
|
@ -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: .*)"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue