diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-04-08 14:44:35 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-04-08 14:44:35 +0700 |
commit | a7318de79dda2662239c52965a6dd712fd19467b (patch) | |
tree | 1abf8a60bcdeac00ee74ad5c33edf7f06ad3a70f /awesome | |
parent | aedbb83deccdbb724bbf1f6073e42fb9f060ed0c (diff) | |
download | dotfiles-a7318de79dda2662239c52965a6dd712fd19467b.tar.gz |
Use PGP key shorthand
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/.config/awesome/rc.lua | 4 |
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", |