diff options
Diffstat (limited to 'components/bindings')
-rw-r--r-- | components/bindings/Extra-Keybindings | 13 | ||||
-rw-r--r-- | components/bindings/Multimedia_Keys | 2 |
2 files changed, 9 insertions, 6 deletions
diff --git a/components/bindings/Extra-Keybindings b/components/bindings/Extra-Keybindings index f8ec431..a62bcf8 100644 --- a/components/bindings/Extra-Keybindings +++ b/components/bindings/Extra-Keybindings @@ -5,9 +5,10 @@ Mouse 3 RI $[Mod1] Exec exec $[infostore.DefaultTerminal] -title local-screen -e Mouse 3 RI $[Mod2] Popup /Screens -Key XF86Launch3 A N Exec emacsclient -nc -Key XF86Launch4 A N Exec firefox -Key XF86Launch4 A S Exec firefox --private-window -Key XF86MonBrightnessUp A N Exec xgamma -gamma 1.5 -Key XF86MonBrightnessDown A N Exec $(grep xgamma ~/.xinitrc) -Key XF86MonBrightnessDown A $[Mod1] Exec xscreensaver-command -lock +Key F1 A $[Mod1] Exec emacsclient -nc +Key F2 A $[Mod1] Exec firefox +Key F2 A $[Mod1]S Exec firefox --private-window +Key Pause A $[Mod1] Exec xscreensaver-command -lock +Key Pause A $[Mod1]S Exec xscreensaver-command -lock && sudo pm-suspend +Key F7 A $[Mod1] Exec xbacklight -dec 10 +Key F8 A $[Mod1] Exec xbacklight -inc 10 diff --git a/components/bindings/Multimedia_Keys b/components/bindings/Multimedia_Keys index 1694805..42073c7 100644 --- a/components/bindings/Multimedia_Keys +++ b/components/bindings/Multimedia_Keys @@ -2,3 +2,5 @@ Key XF86AudioRaiseVolume A $[Mod0] Change-Volume-Up Key XF86AudioLowerVolume A $[Mod0] Change-Volume-Down Key XF86AudioMute A $[Mod0] Mixer-Volume-Toggle Key XF86Eject A $[Mod0] Mixer-Show +Key F9 A $[Mod1] Mixer-Show +Key F10 A $[Mod1] Mixer-Show |