From 88eb8e59e97374cf1302f6e4fabb054587b28e8e Mon Sep 17 00:00:00 2001 From: Tommy Harris Date: Mon, 28 Dec 2020 17:25:43 -0700 Subject: [PATCH] add passwords and screenshot shortcuts --- .config/sxhkd/sxhkdrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 3803e18..7842483 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -12,10 +12,11 @@ super + alt + b ; {t,c,a} firefox -P {"Tommy","Charles-IT", "Ambitions"} # config files; open with emacs -super + alt + c ; {b,s,e,x,z,n} +super + alt + c ; {b,s,e,p,x,z,n} emacs { "~/dotfiles/.config/bspwm/bspwmrc", \ "~/dotfiles/.config/sxhkd/sxhkdrc", \ "~/dotfiles/.spacemacs", \ + "~/sync/candle/candle.txt.gpg", \ "~/.xinitrc", \ "~/dotfiles/.zshrc", \ "~/sync/ATG/tommy_notebook.org" } @@ -28,6 +29,10 @@ super + @space super + e pcmanfm +# ksnip screenshots +super + Print + ksnip -r + # make sxhkd reload its configuration files: super + Escape pkill -USR1 -x sxhkd