mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02:00
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
|
super + f
|
||||||
bspc desktop -l next
|
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
|
# vim:ft=sxhkdrc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user