diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-09-20 23:44:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-20 23:44:17 -0400 |
| commit | 2e87e2ded25c619cb7073b8f375613c1c1b57c22 (patch) | |
| tree | e7e8b7a83d492e38223a38493ad1eb3f2053fdaa /.config/i3/config | |
| parent | b3e278cd16b1f0a737af5a00198f4bc4db3d6ec1 (diff) | |
| parent | c7e93528c05b2e7815592ce117bef7cec885bc09 (diff) | |
| download | eibhear-2e87e2ded25c619cb7073b8f375613c1c1b57c22.tar.gz eibhear-2e87e2ded25c619cb7073b8f375613c1c1b57c22.tar.zst eibhear-2e87e2ded25c619cb7073b8f375613c1c1b57c22.zip | |
Merge pull request #117 from hepan-git/master
Enhanced Extra XF86 Keys Volume Control
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index 5783f6f..a324a2f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -339,7 +339,11 @@ bindsym XF86Launch1 exec $stoprec & xset dpms force off # These are the extra media keys that some keyboards have. bindsym XF86AudioMute exec --no-startup-id lmc mute bindsym XF86AudioLowerVolume exec --no-startup-id lmc down 5 +bindsym Shift+XF86AudioLowerVolume exec --no-startup-id lmc down 10 +bindsym Control+XF86AudioLowerVolume exec --no-startup-id lmc down 1 bindsym XF86AudioRaiseVolume exec --no-startup-id lmc up 5 +bindsym Shift+XF86AudioRaiseVolume exec --no-startup-id lmc up 10 +bindsym Control+XF86AudioRaiseVolume exec --no-startup-id lmc up 1 bindsym XF86PowerOff exec --no-startup-id prompt "Are you sure you want to shutdown?" "$shutdown" ##bindsym XF86Copy exec ##bindsym XF86Open exec |
