about summary refs log tree commit diff
path: root/awesome/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-04-08 14:44:35 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-04-08 14:44:35 +0700
commita7318de79dda2662239c52965a6dd712fd19467b (patch)
tree1abf8a60bcdeac00ee74ad5c33edf7f06ad3a70f /awesome/.config/awesome/rc.lua
parentaedbb83deccdbb724bbf1f6073e42fb9f060ed0c (diff)
downloaddotfiles-a7318de79dda2662239c52965a6dd712fd19467b.tar.gz
Use PGP key shorthand
Diffstat (limited to 'awesome/.config/awesome/rc.lua')
-rw-r--r--awesome/.config/awesome/rc.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
index 82df5c7..7f768e2 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -470,7 +470,9 @@ local globalkeys = awful.util.table.join(
   awful.key({modkey}, "e", spawner(aerc),
             {description = "open aerc", group = "launcher"}),
   awful.key({modkey}, "a", spawner(atom),
-            {description = "open aerc", group = "launcher"}),
+            {description = "open atom feed", group = "launcher"}),
+  awful.key({modkey, "Control"}, "a", spawner"arandr",
+            {description = "open arandr", group = "launcher"}),
   awful.key({modkey}, "f", spawner"firefox",
             {description = "open Firefox", group = "launcher"}),
   awful.key({modkey, "Shift"}, "f", spawner"torbrowser-launcher",