diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-09-24 11:23:58 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-09-24 11:23:58 -0400 |
| commit | 1f22bc58119cd19a7a067673e53705be25e4ce72 (patch) | |
| tree | 34a191b755dca01908e13f8f44c1a79b3332015e /.config | |
| parent | f5cd0fefa5ca09a2f23132455b6c9485fcef8d68 (diff) | |
| parent | 2e87e2ded25c619cb7073b8f375613c1c1b57c22 (diff) | |
| download | eibhear-1f22bc58119cd19a7a067673e53705be25e4ce72.tar.gz eibhear-1f22bc58119cd19a7a067673e53705be25e4ce72.tar.zst eibhear-1f22bc58119cd19a7a067673e53705be25e4ce72.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.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 3ced420..82d8627 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 |
