add volume keybindings to default keys file
This commit is contained in:
parent
0d6edbdd38
commit
05feaec548
1 changed files with 6 additions and 0 deletions
|
@ -49,6 +49,12 @@ Mod1 F1 :Exec xterm
|
|||
# open a dialog to run programs
|
||||
Mod1 F2 :Exec fbrun
|
||||
|
||||
# volume settings, using common keycodes
|
||||
# if these don't work, use xev to find out your real keycodes
|
||||
176 :Exec amixer sset Master,0 1+
|
||||
174 :Exec amixer sset Master,0 1-
|
||||
160 :Exec amixer sset Master,0 toggle
|
||||
|
||||
# current window commands
|
||||
Mod1 F4 :Close
|
||||
Mod1 F9 :Minimize
|
||||
|
|
Loading…
Reference in a new issue