Compare commits
No commits in common. "0c131fdbfafddae71a72b11186684703222ac109" and "082824261b1feaf75cf5ae4e0f1ae7231d71becf" have entirely different histories.
0c131fdbfa
...
082824261b
@ -192,8 +192,7 @@ super + shift + {comma,period}
|
|||||||
# Change window gap
|
# Change window gap
|
||||||
|
|
||||||
super + g
|
super + g
|
||||||
{bspc config window_gap 0 && bspc config top_padding 0 && bspc config bottom_padding 0 && bspc config right_padding 0 && bspc config left_padding 0,\
|
bspc config -d focused window_gap {$gap,$(($gap+$cgap)),$(($gap+$cgap+$gap))}
|
||||||
bspc config window_gap $(($gap+$cgap)) && bspc config top_padding $(($PANEL_HEIGHT-($gap-$cgap))) && bspc config bottom_padding -$gap && bspc config right_padding -$gap && bspc config left_padding -$gap}
|
|
||||||
|
|
||||||
super + button{4,5}
|
super + button{4,5}
|
||||||
bspc config -d focused window_gap $((`bspc config -d focused window_gap` {+,-} 2 ))
|
bspc config -d focused window_gap $((`bspc config -d focused window_gap` {+,-} 2 ))
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
set -g mouse
|
set -g mouse
|
||||||
set -g set-clipboard on
|
set -g set-clipboard on
|
||||||
set -g focus-events on
|
|
||||||
|
|
||||||
bind h selectp -L
|
bind h selectp -L
|
||||||
bind j selectp -D
|
bind j selectp -D
|
||||||
|
@ -72,7 +72,6 @@ alias open="xdg-open"
|
|||||||
alias sxiv=nsxiv
|
alias sxiv=nsxiv
|
||||||
alias :q=exit
|
alias :q=exit
|
||||||
alias vim=nvim
|
alias vim=nvim
|
||||||
alias radio="mpv https://radio.freenode.net/radio.ogg --volume=30"
|
|
||||||
|
|
||||||
# Theming section
|
# Theming section
|
||||||
autoload -U compinit colors zcalc
|
autoload -U compinit colors zcalc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user