From 68dd26a9a8ef4e46827239530cd240e7bbc58fea Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 9 Jul 2022 14:15:52 -0500 Subject: [PATCH] Adding keychords to Awesome config. --- .config/awesome/README.org | 2 ++ .config/awesome/rc.lua | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.config/awesome/README.org b/.config/awesome/README.org index 5dd118b..400647d 100644 --- a/.config/awesome/README.org +++ b/.config/awesome/README.org @@ -360,6 +360,7 @@ globalkeys = my_table.join( awful.key({ modkey, "Shift" }, "Return", function () awful.util.spawn("dm-run") end, {description = "Run launcher", group = "hotkeys"}), + -- Dmscripts (Super + p followed by KEY) awful.key( {modkey}, "p", function() local grabber grabber = @@ -390,6 +391,7 @@ globalkeys = my_table.join( {description = "followed by KEY", group = "Dmscripts"} ), + -- Emacs (Super + e followed by KEY) awful.key( {modkey}, "e", function() local grabber grabber = diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 80c0a3a..91bd772 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -241,6 +241,7 @@ globalkeys = my_table.join( awful.key({ modkey, "Shift" }, "Return", function () awful.util.spawn("dm-run") end, {description = "Run launcher", group = "hotkeys"}), + -- Dmscripts (Super + p followed by KEY) awful.key( {modkey}, "p", function() local grabber grabber = @@ -271,6 +272,7 @@ globalkeys = my_table.join( {description = "followed by KEY", group = "Dmscripts"} ), + -- Emacs (Super + e followed by KEY) awful.key( {modkey}, "e", function() local grabber grabber =