mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
sxhkd: Halve gaps differential
This change simply made it easier to fine-tune gaps in a more precise way, although admittedly I am not interested in this as much as I used to be.
This commit is contained in:
parent
208de5adea
commit
6e8d4a543e
@ -10,9 +10,9 @@ super + d
|
|||||||
|
|
||||||
# Dynamically adjust gaps of current desktop
|
# Dynamically adjust gaps of current desktop
|
||||||
super + {_, shift +} g
|
super + {_, shift +} g
|
||||||
{ bspc config -d focused window_gap $(( $(bspc config -d focused window_gap) + 20 )), \
|
{ bspc config -d focused window_gap $(( $(bspc config -d focused window_gap) + 10 )), \
|
||||||
[ $(bspc config -d focused window_gap) -ge 20 ] && \
|
[ $(bspc config -d focused window_gap) -ge 20 ] && \
|
||||||
bspc config -d focused window_gap $(( $(bspc config -d focused window_gap) - 20 )) }
|
bspc config -d focused window_gap $(( $(bspc config -d focused window_gap) - 10 )) }
|
||||||
|
|
||||||
# Dynamically adjust borders of nodes on current desktop
|
# Dynamically adjust borders of nodes on current desktop
|
||||||
super + {_, shift +} i
|
super + {_, shift +} i
|
||||||
|
Loading…
Reference in New Issue
Block a user