aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc-4.3-3.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/awesome/rc-4.3-3.lua')
-rw-r--r--.config/awesome/rc-4.3-3.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/awesome/rc-4.3-3.lua b/.config/awesome/rc-4.3-3.lua
index 67daaca..3e24c64 100644
--- a/.config/awesome/rc-4.3-3.lua
+++ b/.config/awesome/rc-4.3-3.lua
@@ -439,8 +439,8 @@ globalkeys = gears.table.join(
{ description = "launch HTOP", group = "launcher" }),
-- brightness hotkeys
- awful.key({}, "XF86MonBrightnessDown", function() awful.spawn.easy_async_with_shell("xbacklight -dec 15") end),
- awful.key({}, "XF86MonBrightnessUp", function() awful.spawn.easy_async_with_shell("xbacklight -inc 15") end),
+ awful.key({}, "XF86MonBrightnessDown", function() awful.spawn.easy_async_with_shell("xbacklight -dec 10") end),
+ awful.key({}, "XF86MonBrightnessUp", function() awful.spawn.easy_async_with_shell("xbacklight -inc 10") end),
-- emoji picker
awful.key({ modkey }, ".", function() awful.spawn.easy_async_with_shell("~/.local/bin/dmenu-emoji-picker") end,