diff options
author | dakkar <dakkar@thenautilus.net> | 2015-08-30 12:33:06 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2015-08-30 12:33:06 +0100 |
commit | 898a46af01cbd6f76b1056a87a639752a09148ba (patch) | |
tree | 0900e42bd7d6450d264ac89e72e99eff10c4f6ba | |
parent | laptop: battery meter, diff. keys (diff) | |
download | fvwm-crystal-898a46af01cbd6f76b1056a87a639752a09148ba.tar.gz fvwm-crystal-898a46af01cbd6f76b1056a87a639752a09148ba.tar.bz2 fvwm-crystal-898a46af01cbd6f76b1056a87a639752a09148ba.zip |
different key for lock, + suspend
-rw-r--r-- | components/bindings/Extra-Keybindings | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/bindings/Extra-Keybindings b/components/bindings/Extra-Keybindings index d2c5ce4..764cf04 100644 --- a/components/bindings/Extra-Keybindings +++ b/components/bindings/Extra-Keybindings @@ -10,4 +10,5 @@ Key F2 A $[Mod1] Exec firefox Key F2 A ${Mod1]S Exec firefox --private-window Key XF86MonBrightnessUp A N Exec xgamma -gamma 1.5 Key XF86MonBrightnessDown A N Exec $(grep xgamma ~/.xinitrc) -Key Print A $[Mod1] Exec xscreensaver-command -lock +Key Pause A $[Mod1] Exec xscreensaver-command -lock +Key Pause A $[Mod1]S Exec xscreensaver-command -lock && sudo pm-suspend |