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-12-26 15:05:37 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-12-26 15:05:37 +0700
commit76cd542cf4bf8153fd191b2aa6ab5b7f77c20be5 (patch)
tree31dd8ee7fc4325f621c47a905b0d4eb2c77a77e6 /awesome/.config/awesome/rc.lua
parenta6d13025b22c949342a6dc619e7d0cfe5ddb9dcc (diff)
downloaddotfiles-76cd542cf4bf8153fd191b2aa6ab5b7f77c20be5.tar.gz
Update in the name of Christ
Diffstat (limited to 'awesome/.config/awesome/rc.lua')
-rw-r--r--awesome/.config/awesome/rc.lua11
1 files changed, 3 insertions, 8 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
index 65810bb..fc7b02d 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -58,7 +58,6 @@ local guile = terminal .. " -e guile"
 local clojure = terminal .. " -e clojure"
 local aerc = terminal .. " -e aerc"
 local amfora = terminal .. " -e amfora"
-local atom = terminal .. " -e newsboat"
 local emacs = "emacs"
 local slock_suspend = "slock systemctl --ignore-inhibitors suspend"
 
@@ -495,10 +494,10 @@ local globalkeys = awful.util.table.join(
             {description = "open Emacs", group = "launcher"}),
   awful.key({modkey}, "e", spawner(aerc),
             {description = "open aerc", group = "launcher"}),
-  awful.key({modkey}, "a", spawner(amfora),
-            {description = "open Amfora Gemini browser", group = "launcher"}),
-  awful.key({modkey, "Shift"}, "a", spawner(atom),
+  awful.key({modkey}, "a", spawner"liferea",
             {description = "open Atom feed", group = "launcher"}),
+  awful.key({modkey, "Shift"}, "a", spawner(amfora),
+            {description = "open Amfora Gemini browser", group = "launcher"}),
   awful.key({modkey, "Control"}, "a", spawner"arandr",
             {description = "open arandr", group = "launcher"}),
   awful.key({modkey}, "f", spawner"firefox",
@@ -513,8 +512,6 @@ local globalkeys = awful.util.table.join(
             {description = "open GIMP", group = "launcher"}),
   awful.key({modkey}, "r", spawner(ranger),
             {description = "open ranger file manager", group = "launcher"}),
-  awful.key({modkey, "Shift"}, "r", spawner(ranger .. " /data"),
-            {description = "open ranger at /data", group = "launcher"}),
   awful.key({modkey}, "p", spawner(python),
             {description = "open Python 3 interpreter", group = "launcher"}),
   awful.key({modkey}, "c", spawner(clojure),
@@ -606,8 +603,6 @@ local clientkeys = awful.util.table.join(
               c:raise()
             end,
             {description = "toggle fullscreen", group = "client"}),
-  awful.key({modkey, "Control"}, "d", spawner"kdocker",
-            {description = "select a window to be docked", group = "client"}),
   awful.key({modkey}, "q", function (c) c:kill() end,
             {description = "close", group = "client"}),
   awful.key({modkey, "Control"}, "q", spawner"xkill",