From da59f299e794d057629e9773dbba8e88035d1e8a Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Tue, 24 Sep 2024 04:12:49 -0400 Subject: refactor: use increments of 10 instead of 15 --- .config/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/awesome/rc.lua') diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index d1d6d38..f157594 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -426,8 +426,8 @@ awful.keyboard.append_global_keybindings({ { 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, -- cgit v1.2.3