From 278fe10e6ed6455a3595253f6b3051eed456cac1 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Thu, 11 Jan 2024 01:11:44 -0500 Subject: [PATCH] add arandr launch bind --- configs/awesome/binds/launcher.lua | 7 +++++++ 1 file changed, 7 insertions(+) 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, {