[sxhkd] Add basic mode keybinds

Moved media mode keys from i3 to sxhkd without changes.

Added F1 and F2 to academia mode display, to display upcoming and all
bibfile readings (only urgent by default, with shift it displays
priorities).
This commit is contained in:
Marty Oehme 2020-05-26 13:59:57 +02:00
parent d37e65f03c
commit 1c789a9e72
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A

View file

@ -46,21 +46,25 @@ super + q
# media control mode
# seek +/- 5 seconds
super + alt + m : {h,l}
alt + m : {h,l}
playerctl position {5-,5+}
# seek +/- 15 seconds
super + alt + m : shift + {h,l}
alt + m : shift + {h,l}
playerctl position {15-,15+}
# decrease/increase volume
super + alt + m : {j,k}
alt + m : {j,k}
pulsemixer --change-volume {-5,+5}
# decrease/increase volume
super + alt + m : shift + {j,k}
alt + m : shift + {j,k}
playerctl {next,previous}
# pause/stop player
super + alt + m : {_,shift} + p
alt + m : {_,shift} + p
playerctl {play-pause,stop}
# academia mode
super + alt + a : d
echo noice
# due papers this week
alt + a : {F1,F2}
rofi-bib-due -p{1,3} -u $(date --date='fri this week' +%Y-%m-%d)
# due papers overall
alt + a : shift + {F1,F2}
rofi-bib-due -p{1,3}