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-4.3-3.lua | 4 ++-- .config/awesome/rc.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to '.config') 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, 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