vimrc, awesome

This commit is contained in:
Simonas Narbutas
2018-08-06 15:13:54 +02:00
parent 3a64720df4
commit 37c56f3d99
2 changed files with 4 additions and 4 deletions

View File

@@ -350,15 +350,15 @@ globalkeys = gears.table.join(
-- Display Brightness
awful.key({}, "XF86MonBrightnessUp",
function ()
function ()
awful.spawn.easy_async("/home/snarbutas/.bin/brightness +750", function(stdout, stderr, reason, exit_code)
naughty.notify {title = "💡", text = stdout, timeout = 0.5}
naughty.notify {icon = "/home/snarbutas/Pictures/icons/wbulb.png", icon_size = 16, text = stdout, timeout = 0.5}
end)
end),
awful.key({}, "XF86MonBrightnessDown",
function ()
awful.spawn.easy_async("/home/snarbutas/.bin/brightness -750", function(stdout, stderr, reason, exit_code)
naughty.notify {title = "💡", text = stdout, timeout = 0.5}
naughty.notify {icon = "/home/snarbutas/Pictures/icons/wbulb.png", icon_size = 16, text = stdout, timeout = 0.5}
end)
end),
-- Extend monitor