1
0
forked from extern/nix-config

Toggle polybar and use screenshot.sh with sxhkd

This commit is contained in:
Donovan Glover 2018-01-09 23:52:38 -05:00
parent a833577511
commit 34167f3ff0
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DATETIME=`date +%F_%H%M%S`
shotgun ~/Pictures/Screenshots/$DATETIME.png
feh ~/Pictures/Screenshots/$DATETIME.png --geometry 3200x1800

View File

@ -101,4 +101,13 @@ super + space
super + f
bspc desktop -l next
super + p
~/.config/sxhkd/screenshot.sh
super + o
xdo hide -N "Polybar"
super + O
xdo show -N "Polybar"
# vim:ft=sxhkdrc