mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-01 03:29:24 +01:00
hyprland: Reduce border_size to 2
A border size of 3 causes kitty to have an unnecessary padding shift, so 2 works better here.
This commit is contained in:
parent
bb51d048a9
commit
606d8e01e1
@ -11,7 +11,7 @@ in
|
||||
#/usr/bin/env bash
|
||||
hyprctl keyword general:gaps_out $((10 - $(hyprctl getoption general:gaps_out -j | jq -r ".int")))
|
||||
hyprctl keyword general:gaps_in $((5 - $(hyprctl getoption general:gaps_in -j | jq -r ".int")))
|
||||
hyprctl keyword general:border_size $((3 - $(hyprctl getoption general:border_size -j | jq -r ".int")))
|
||||
hyprctl keyword general:border_size $((2 - $(hyprctl getoption general:border_size -j | jq -r ".int")))
|
||||
hyprctl keyword decoration:rounding $((8 - $(hyprctl getoption decoration:rounding -j | jq -r ".int")))
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user