forked from extern/nix-config
Toggle polybar and use screenshot.sh with sxhkd
This commit is contained in:
parent
a833577511
commit
34167f3ff0
3
dotfiles/.config/sxhkd/screenshot.sh
Normal file
3
dotfiles/.config/sxhkd/screenshot.sh
Normal file
@ -0,0 +1,3 @@
|
||||
DATETIME=`date +%F_%H%M%S`
|
||||
shotgun ~/Pictures/Screenshots/$DATETIME.png
|
||||
feh ~/Pictures/Screenshots/$DATETIME.png --geometry 3200x1800
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user