change volume keybinds so that they make sense
This commit is contained in:
parent
6e3fa9441d
commit
1c72f41bc0
1 changed files with 3 additions and 3 deletions
|
@ -398,10 +398,10 @@ in {
|
|||
"$mainMod, Y, exec, ${play-pause}"
|
||||
", XF86AudioStop, exec, ${stop}"
|
||||
"$mainMod, U, exec, ${stop}"
|
||||
", XF86AudioPrev, exec, ${prev}"
|
||||
"$mainMod, I, exec, ${prev}"
|
||||
", XF86AudioNext, exec, ${next}"
|
||||
"$mainMod, O, exec, ${next}"
|
||||
"$mainMod, I, exec, ${next}"
|
||||
", XF86AudioPrev, exec, ${prev}"
|
||||
"$mainMod, O, exec, ${prev}"
|
||||
", XF86AudioMute, exec, ${toggle-mute}"
|
||||
"$mainMod, P, exec, ${toggle-mute}"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue