diff --git a/configs/awesome/binds/launcher.lua b/configs/awesome/binds/launcher.lua index 69e506a..dce377e 100644 --- a/configs/awesome/binds/launcher.lua +++ b/configs/awesome/binds/launcher.lua @@ -3,6 +3,13 @@ globalkeys = Gears.table.join( globalkeys, + Awful.key({ Modkey }, 'a', function() + Awful.spawn 'arandr' + end, { + description = 'open arandr', + group = 'launcher', + }), + Awful.key({ Modkey }, 'c', function() Awful.spawn 'caprine' end, {