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