diff options
| author | kj-sh604 | 2024-09-24 04:12:49 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-09-24 04:12:49 -0400 |
| commit | da59f299e794d057629e9773dbba8e88035d1e8a (patch) | |
| tree | 2e4fa02ebf855ece6380f30113fa5085417343dc /.config/awesome/rc-4.3-3.lua | |
| parent | cb54292d13f8c8d60553f9ed70c03409346effa2 (diff) | |
refactor: use increments of 10 instead of 15
Diffstat (limited to '.config/awesome/rc-4.3-3.lua')
| -rw-r--r-- | .config/awesome/rc-4.3-3.lua | 4 |
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, |
