diff options
| author | Omar Magdy <omar.professional8777@gmail.com> | 2022-06-26 14:13:05 +0200 |
|---|---|---|
| committer | Omar Magdy <omar.professional8777@gmail.com> | 2022-06-26 14:13:05 +0200 |
| commit | 427b9b9b43aa7853e96f7ff0b6bfb3c54005f44c (patch) | |
| tree | b96c64132d82ad0b613cf942212028cd4ffe1c26 /awesome/.config/awesome/rc.lua | |
| parent | 0733fe03034b0a738d53d432f18a797d310489ab (diff) | |
| download | dotfiles-427b9b9b43aa7853e96f7ff0b6bfb3c54005f44c.tar.xz dotfiles-427b9b9b43aa7853e96f7ff0b6bfb3c54005f44c.zip | |
Added neovim config
Diffstat (limited to 'awesome/.config/awesome/rc.lua')
| -rw-r--r-- | awesome/.config/awesome/rc.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua index f2cae02..c8d4cb6 100644 --- a/awesome/.config/awesome/rc.lua +++ b/awesome/.config/awesome/rc.lua @@ -656,13 +656,13 @@ globalkeys = my_table.join( --awful.key({ modkey1 }, "Up", awful.key({ }, "XF86AudioRaiseVolume", function () - os.execute(string.format("amixer -q set %s 1%%+", beautiful.volume.channel)) + os.execute(string.format("amixer -q set %s 5%%+", beautiful.volume.channel)) beautiful.volume.update() end), --awful.key({ modkey1 }, "Down", awful.key({ }, "XF86AudioLowerVolume", function () - os.execute(string.format("amixer -q set %s 1%%-", beautiful.volume.channel)) + os.execute(string.format("amixer -q set %s 5%%-", beautiful.volume.channel)) beautiful.volume.update() end), awful.key({ }, "XF86AudioMute", |
