diff options
author | zachir <zachir@librem.one> | 2020-12-12 23:45:44 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2020-12-12 23:45:44 -0600 |
commit | 491ccb4595350dd666f656b09f6cb90781c6ae64 (patch) | |
tree | 89f96e49349ea7568921ca657724f70b75c05f3d /dwm.1 | |
parent | dd19408b4dd5d9fda358fcfd93bb8a5134eacf29 (diff) |
Move some keybindings to sxhkd (leave volsv, just uncomment config lines to use as normal)
Diffstat (limited to 'dwm.1')
-rw-r--r-- | dwm.1 | 79 |
1 files changed, 0 insertions, 79 deletions
@@ -74,85 +74,6 @@ Spawn .BR dmenu(1) for launching other programs. .TP -.B Mod1\-c -Spawn xidletog to change caffeine/xautolock state. -.TP -.B Mod1\-x -Spawn -.BR xkill(1) -to kill any selected window. -.TP -.B AudioPlay -Spawn -.BR playerctl(1) -to toggle (in order, if not found) -.BR mpd(1), -.BR mpv(1), -or any other MPRIS compatible media player -.TP -.B AudioNext -Spawn -.BR playerctl(1) -to go to next track of (in order, if not found) -.BR mpd(1), -.BR mpv(1), -or any other MPRIS compatible media player -.TP -.B AudioPrev -Spawn -.BR playerctl(1) -to go to previous track of (in order, if not found) -.BR mpd(1), -.BR mpv(1), -or any other MPRIS compatible media player -.TP -.B Shift\-AudioPlay -Spawn -.BR playerctl(1) -to toggle (in order, if not found) any other MPRIS compatible media player, pr -.BR mpd(1). -.TP -.B Shift\-AudioNext -Spawn -.BR playerctl(1) -to skip forward in (in order, if not found) any other MPRIS compatible media player, pr -.BR mpd(1). -.TP -.B Shift\-AudioPrev -Spawn -.BR playerctl(1) -to toggle (in order, if not found) any other MPRIS compatible media player, pr -.BR mpd(1). -.TP -.B MonBrightnessUp -Spawn -.BR light(1) -to turn the backlight brightness up -.TP -.B MonBrightnessDown -Spawn -.BR light(1) -to turn the backlight brightness down -.TP -.B AudioLowerVolume -Spawn volsv to turn the volume (pulseaudio first, alsa if not found) down -.TP -.B AudioRaiseVolume -Spawn volsv to turn the volume (pulseaudio first, alsa if not found) up -.TP -.B AudioMute -Spawn volsv to mute the volume (pulseaudio first, alsa if not found) -.TP -.B AudioMicMute -Spawn -.BR pamixer(1) -to mute the microphone. -.TP -.B Mod4\-l -Spawn -.BR i3lock-fancy(1) -to lock the screen. -.TP .B Mod1\-b Toggles bar on and off. .TP |