shortcut for input volume
This commit is contained in:
parent
5a432249f1
commit
c113b544ca
1 changed files with 10 additions and 0 deletions
|
@ -140,6 +140,16 @@ in {
|
||||||
"swayosd-client" "--output-volume" "mute-toggle"
|
"swayosd-client" "--output-volume" "mute-toggle"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
"Mod+XF86AudioRaiseVolume".action.spawn = [
|
||||||
|
"swayosd-client" "--input-volume" "raise"
|
||||||
|
];
|
||||||
|
"Mod+XF86AudioLowerVolume".action.spawn = [
|
||||||
|
"swayosd-client" "--input-volume" "lower"
|
||||||
|
];
|
||||||
|
"Mod+XF86AudioMute".action.spawn = [
|
||||||
|
"swayosd-client" "--output-volume" "mute-toggle"
|
||||||
|
];
|
||||||
|
|
||||||
"XF86MonBrightnessDown".action.spawn = [
|
"XF86MonBrightnessDown".action.spawn = [
|
||||||
"swayosd-client" "--brightness" "lower"
|
"swayosd-client" "--brightness" "lower"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue