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>2020-07-21 16:21:35 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-07-21 16:21:35 +0700
commit8aad92d257a67b16c55c79e295236b058b52ae83 (patch)
treee3eb3e2760b8c7fc74d7c03de2f95d0f0bf31308 /awesome/.config/awesome/rc.lua
parente4c6f551a88f8a8b096e57a8a7f594b660e06f5b (diff)
downloaddotfiles-8aad92d257a67b16c55c79e295236b058b52ae83.tar.gz
Update 2020-07-21
Diffstat (limited to 'awesome/.config/awesome/rc.lua')
-rw-r--r--awesome/.config/awesome/rc.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
index e627faf..8cbd05a 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -476,8 +476,6 @@ local globalkeys = awful.util.table.join(
             {description = "open Tor Browser", group = "launcher"}),
   awful.key({modkey}, "t", spawner"thunderbird",
             {description = "open Thunderbird", group = "launcher"}),
-  awful.key({modkey}, "m", spawner"riot-desktop",
-            {description = "open Riot", group = "launcher"}),
   awful.key({modkey, "Shift"}, "g", spawner"gimp",
             {description = "open GIMP", group = "launcher"}),
   awful.key({modkey}, "r", spawner(ranger),