fixed volume keys
This commit is contained in:
parent
d8538e9d52
commit
6c83b62059
1 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,8 @@
|
||||||
"Mod+B".action.spawn = "firefox";
|
"Mod+B".action.spawn = "firefox";
|
||||||
"Mod+S".action.spawn = ["fuzzel" "-I" "-T" "alacritty"];
|
"Mod+S".action.spawn = ["fuzzel" "-I" "-T" "alacritty"];
|
||||||
|
|
||||||
"XF86AudioRaiseVolume".action.spawn = "pamixer -i 5";
|
"XF86AudioRaiseVolume".action.spawn = ["pamixer" "-i" "5"];
|
||||||
"XF86AudioLowerVolume".action.spawn = "pamixer -d 5";
|
"XF86AudioLowerVolume".action.spawn = ["pamixer" "-d" "5"];
|
||||||
|
|
||||||
"Mod+Backspace".action.close-window = [];
|
"Mod+Backspace".action.close-window = [];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue