From a7318de79dda2662239c52965a6dd712fd19467b Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 8 Apr 2021 14:44:35 +0700 Subject: Use PGP key shorthand --- awesome/.config/awesome/rc.lua | 4 +++- dev/.gitconfig | 2 +- 2 files changed, 4 insertions(+), 2 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", diff --git a/dev/.gitconfig b/dev/.gitconfig index ef1d718..aa332fe 100644 --- a/dev/.gitconfig +++ b/dev/.gitconfig @@ -1,7 +1,7 @@ [user] email = mcsinyx@disroot.org name = Nguyễn Gia Phong - signingkey = E90E11B80493343B6132E39427148B2C06A2224B + signingkey = 27148B2C06A2224B [diff] tool = vimdiff guitool = gvimdiff -- cgit 1.4.1