From 11f256160bc714b9fdb892248b09ddacb11a1cd6 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Sun, 4 Feb 2018 00:43:34 +0100 Subject: [PATCH] herbstluftwm: add keybinds to adjust brightness more precisely --- config/herbstluftwm/autostart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/herbstluftwm/autostart b/config/herbstluftwm/autostart index 843d7c4..67b7429 100755 --- a/config/herbstluftwm/autostart +++ b/config/herbstluftwm/autostart @@ -77,6 +77,8 @@ if [ "$HOSTNAME" = warthog ]; then hc keybind $Mod-d spawn /usr/bin/dmenu_run -fn "Monospace-9" hc keybind XF86MonBrightnessDown spawn xbacklight -4 hc keybind XF86MonBrightnessUp spawn xbacklight +4 + hc keybind Shift-XF86MonBrightnessDown spawn xbacklight -1 + hc keybind Shift-XF86MonBrightnessUp spawn xbacklight +1 else hc keybind $Mod-d spawn /usr/bin/dmenu_run fi