Configure for .stowrc
This commit is contained in:
parent
e58bb4c0a0
commit
1091129506
132 changed files with 4 additions and 18 deletions
15
slackware/home/bin/scripts/gapcycle
Executable file
15
slackware/home/bin/scripts/gapcycle
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/fish
|
||||
|
||||
set gap (bspc config window_gap)
|
||||
|
||||
if [ $gap = 40 ]
|
||||
set new_gap 18
|
||||
else if [ $gap = 18 ]
|
||||
set new_gap 12
|
||||
else if [ $gap = 12 ]
|
||||
set new_gap 0
|
||||
else if [ $gap = 0 ]
|
||||
set new_gap 40
|
||||
end
|
||||
|
||||
bspc config window_gap $new_gap
|
||||
Loading…
Add table
Add a link
Reference in a new issue