misc changes
This commit is contained in:
parent
367460872f
commit
1b2527f5db
|
@ -3,6 +3,7 @@
|
||||||
# some housekeeping
|
# some housekeeping
|
||||||
set -o vi
|
set -o vi
|
||||||
shopt -s autocd
|
shopt -s autocd
|
||||||
|
alias rc=". .config/bash/bashrc"
|
||||||
|
|
||||||
# ssh keeping tidy
|
# ssh keeping tidy
|
||||||
alias ssh="ssh -F $HOME/.config/ssh/config"
|
alias ssh="ssh -F $HOME/.config/ssh/config"
|
||||||
|
|
|
@ -12,3 +12,5 @@ bspc config focused_border_color "#727A18"
|
||||||
bspc config pointer_follows_focus true
|
bspc config pointer_follows_focus true
|
||||||
bspc config pointer_follows_monitor true
|
bspc config pointer_follows_monitor true
|
||||||
bspc config focus_follows_pointer true
|
bspc config focus_follows_pointer true
|
||||||
|
|
||||||
|
bspc rule -a st-gpg-menu state=floating
|
||||||
|
|
|
@ -11,6 +11,9 @@ super + m
|
||||||
super + d
|
super + d
|
||||||
dmenu_run
|
dmenu_run
|
||||||
|
|
||||||
|
super + z
|
||||||
|
pash-dmenu
|
||||||
|
|
||||||
super + r
|
super + r
|
||||||
pkill -USR1 -x sxhkd; \
|
pkill -USR1 -x sxhkd; \
|
||||||
bspc wm -r
|
bspc wm -r
|
||||||
|
|
Loading…
Reference in New Issue