diff options
author | dakkar <dakkar@thenautilus.net> | 2019-02-14 20:07:08 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2019-02-14 20:07:08 +0000 |
commit | f5241afd21aa090a64b3e482df103981a7b9a5ad (patch) | |
tree | 547136c7feb89914d31c4c6202779e7ff8f7a694 /components/bindings | |
parent | Merge remote-tracking branch 'origin/master' into laptop (diff) | |
parent | accept both styles of launch keys (diff) | |
download | fvwm-crystal-f5241afd21aa090a64b3e482df103981a7b9a5ad.tar.gz fvwm-crystal-f5241afd21aa090a64b3e482df103981a7b9a5ad.tar.bz2 fvwm-crystal-f5241afd21aa090a64b3e482df103981a7b9a5ad.zip |
Merge remote-tracking branch 'origin/master' into laptop
Diffstat (limited to 'components/bindings')
-rw-r--r-- | components/bindings/Extra-Keybindings | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/components/bindings/Extra-Keybindings b/components/bindings/Extra-Keybindings index a62bcf8..9c339d4 100644 --- a/components/bindings/Extra-Keybindings +++ b/components/bindings/Extra-Keybindings @@ -6,9 +6,21 @@ Mouse 3 RI $[Mod1] Exec exec $[infostore.DefaultTerminal] -title local-screen -e Mouse 3 RI $[Mod2] Popup /Screens Key F1 A $[Mod1] Exec emacsclient -nc +Key XF86LaunchA A N Exec emacsclient -nc +Key XF86Launch3 A N Exec emacsclient -nc + Key F2 A $[Mod1] Exec firefox +Key XF86LaunchB A N Exec firefox +Key XF86Launch4 A N Exec firefox + Key F2 A $[Mod1]S Exec firefox --private-window +Key XF86LaunchB A S Exec firefox --private-window +Key XF86Launch4 A S Exec firefox --private-window + Key Pause A $[Mod1] Exec xscreensaver-command -lock +Key XF86MonBrightnessDown 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 |