Add and replace some hotkeys and apps and such

This commit is contained in:
Jimbo 2024-12-25 01:42:55 -05:00
parent c13f95df8f
commit e2b093a0bb
7 changed files with 73 additions and 87 deletions

View file

@ -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"; }