diff options
Diffstat (limited to 'components/bindings/Extra-Keybindings')
-rw-r--r-- | components/bindings/Extra-Keybindings | 13 |
1 files changed, 7 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 |