about summary refs log tree commit diff
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
parentaedbb83deccdbb724bbf1f6073e42fb9f060ed0c (diff)
downloaddotfiles-a7318de79dda2662239c52965a6dd712fd19467b.tar.gz
Use PGP key shorthand
-rw-r--r--awesome/.config/awesome/rc.lua4
-rw-r--r--dev/.gitconfig2
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