diff options
author | dakkar <dakkar@thenautilus.net> | 2015-09-04 14:30:22 +0100 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2015-09-04 14:30:22 +0100 |
commit | bab891945ce7370bd1f8042dae90e710af8fe7ae (patch) | |
tree | a08d14919a747a55c3aa02dfd61b1cf8b333d722 /components/bindings | |
parent | fix typo (diff) | |
download | fvwm-crystal-bab891945ce7370bd1f8042dae90e710af8fe7ae.tar.gz fvwm-crystal-bab891945ce7370bd1f8042dae90e710af8fe7ae.tar.bz2 fvwm-crystal-bab891945ce7370bd1f8042dae90e710af8fe7ae.zip |
work-around missing ACPI keys
work in progress
Diffstat (limited to 'components/bindings')
-rw-r--r-- | components/bindings/Extra-Keybindings | 2 | ||||
-rw-r--r-- | components/bindings/Multimedia_Keys | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/components/bindings/Extra-Keybindings b/components/bindings/Extra-Keybindings index 118a465..eaa6374 100644 --- a/components/bindings/Extra-Keybindings +++ b/components/bindings/Extra-Keybindings @@ -12,3 +12,5 @@ Key XF86MonBrightnessUp A N Exec xgamma -gamma 1.5 Key XF86MonBrightnessDown A N Exec $(grep xgamma ~/.xinitrc) 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 |