hyprland: Make gaps more subtle

Notably lowers gaps_in by 2 and gaps_out by 4.
This commit is contained in:
Donovan Glover 2023-06-30 08:08:28 -04:00
parent 970a441032
commit 6d272d5c20
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -114,7 +114,7 @@ in
bind = $SUPER, V, togglefloating, bind = $SUPER, V, togglefloating,
bind = $SUPER, V, centerwindow, bind = $SUPER, V, centerwindow,
bind = $SUPER, I, exec, hyprctl keyword decoration:dim_inactive $((1 - $(hyprctl getoption decoration:dim_inactive -j | jq -r ".int"))) bind = $SUPER, I, exec, hyprctl keyword decoration:dim_inactive $((1 - $(hyprctl getoption decoration:dim_inactive -j | jq -r ".int")))
bind = $SUPER, U, exec, hyprctl keyword general:gaps_out $((20 - $(hyprctl getoption general:gaps_out -j | jq -r ".int"))) && hyprctl keyword general:gaps_in $((10 - $(hyprctl getoption general:gaps_in -j | jq -r ".int"))) && hyprctl keyword general:border_size $((4 - $(hyprctl getoption general:border_size -j | jq -r ".int"))) && hyprctl keyword decoration:rounding $((10 - $(hyprctl getoption decoration:rounding -j | jq -r ".int"))) bind = $SUPER, U, exec, hyprctl keyword general:gaps_out $((16 - $(hyprctl getoption general:gaps_out -j | jq -r ".int"))) && hyprctl keyword general:gaps_in $((8 - $(hyprctl getoption general:gaps_in -j | jq -r ".int"))) && hyprctl keyword general:border_size $((5 - $(hyprctl getoption general:border_size -j | jq -r ".int"))) && hyprctl keyword decoration:rounding $((10 - $(hyprctl getoption decoration:rounding -j | jq -r ".int")))
bind = $SUPER, O, exec, killall .waybar-wrapped || waybar bind = $SUPER, O, exec, killall .waybar-wrapped || waybar
bind = $SUPER, X, pin bind = $SUPER, X, pin
bind = $SUPER, F, fullscreen bind = $SUPER, F, fullscreen