nixrice/.config/sxhkd/sxhkdrc
2023-08-22 12:58:28 -04:00

28 lines
797 B
Text

super + d
dmenu_run
super + D
passmenu
super + Return
$TERMINAL
super + grave
dmenuunicode
super + w
$BROWSER
super + Print
dmenu -p "Screenshot filename:" < /dev/null | xargs -I "name" maim -s ~/name
super + shift + Print
dmenu -p "Screenshot filename:" < /dev/null | xargs -I "name" maim ~/name
super + minus
wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-; kill -44 $(pidof dwmblocks)
super + shift + minus
wpctl set-volume @DEFAULT_AUDIO_SINK@ 15%-; kill -44 $(pidof dwmblocks)
super + equal
wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+; kill -44 $(pidof dwmblocks)
super + shift + equal
wpctl set-volume @DEFAULT_AUDIO_SINK@ 15%+; kill -44 $(pidof dwmblocks)
XF86MonBrightnessUp
change-brightness up
XF86MonBrightnessDown
change-brightness down