[sxhkd] Add script to show current sxhkd mode
Script can be used in a statusbar or otherwise and will return the currently active sxhkd mode. Look into the README for further explanation.
This commit is contained in:
parent
42379b25eb
commit
cb5f09c414
6 changed files with 244 additions and 1 deletions
7
sxhkd/.config/sxhkd/chain-labels.conf
Normal file
7
sxhkd/.config/sxhkd/chain-labels.conf
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# for sxhkd-chain-labels script
|
||||
|
||||
# media manipulation mode: playing, pausing, skipping,..
|
||||
media:super + alt + m
|
||||
|
||||
# academia mode: opening bibtex readings, annotating,..
|
||||
academia:super + alt + a
|
||||
|
|
@ -60,3 +60,7 @@ super + alt + m : shift + {j,k}
|
|||
# pause/stop player
|
||||
super + alt + m : {_,shift} + p
|
||||
playerctl {play-pause,stop}
|
||||
|
||||
# academia mode
|
||||
super + alt + a : d
|
||||
echo noice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue