📝 Added alias and bspwm rules of keepassxc

This commit is contained in:
z3rOR0ne 2023-02-17 01:36:12 -08:00
parent 00b68457ea
commit 72471809ec
2 changed files with 2 additions and 0 deletions

View file

@ -58,6 +58,7 @@ bspc rule -a Pavucontrol state=floating center=on rectangle=960x810+1440+810 &
bspc rule -a Lxappearance state=floating center=on rectangle=960x810+1440+810 &
bspc rule -a Mousepad state=floating center=on rectangle=960x810+1440+810 &
bspc rule -a Brave-browser center=on rectangle=1595x970+1440+810 &
bspc rule -a Keepassxc center=on rectangle=1595x970+1440+810 &
bspc rule -a Pcmanfm center=on rectangle=1595x970+1440+810 &
bspc rule -a Postman center=on rectangle=1595x970+1440+810 &
bspc rule -a Steam center=on rectangle=1595x970+1440+810 &

View file

@ -96,6 +96,7 @@ alias view="devour sxiv"
alias viewer="feh -F -Z -x"
alias mupdf='devour mupdf -r 204'
alias dkpdf='devour mupdf -I -r 204'
alias keys="devour keepassxc $HOME/.kee/.data.kdbx"
alias {json,jscrl,jsoncurl,jcrl}="jscurl"
alias amd="article_md"
alias kevents="xev -event keyboard"