Add and replace some hotkeys and apps and such
This commit is contained in:
parent
c13f95df8f
commit
e2b093a0bb
7 changed files with 73 additions and 87 deletions
|
@ -40,6 +40,7 @@
|
|||
// Volume
|
||||
${secMod}+j { spawn "sh" "-c" "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"; }
|
||||
${secMod}+k { spawn "sh" "-c" "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+"; }
|
||||
${secMod}+m { spawn "sh" "-c" "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"; }
|
||||
|
||||
// MPD
|
||||
${primeMod}+Backslash { spawn "sh" "-c" "mpc toggle"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue