about summary refs log tree commit diff
path: root/awesome/.config/awesome
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-05-30 14:59:12 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-05-30 14:59:12 +0700
commit7f29a1e519d51934ecf86ddd6fc7d080b2eaaf91 (patch)
tree2c3dc15e5882fdd61636d714cc877727f2261970 /awesome/.config/awesome
parente36712f2b02e77080e255c7775852577b51010ad (diff)
downloaddotfiles-7f29a1e519d51934ecf86ddd6fc7d080b2eaaf91.tar.gz
Set up mbsync
Diffstat (limited to 'awesome/.config/awesome')
-rw-r--r--awesome/.config/awesome/rc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
index 043ead4..fd12b07 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -499,8 +499,8 @@ local globalkeys = awful.util.table.join(
             {description = "lock screen", group = "launcher"}),
   awful.key({modkey, "Shift"}, "s", spawner(slock_suspend),
             {description = "lock screen then suspend", group = "launcher"}),
-  awful.key({modkey}, "m", spawner("matrix-mirage"),
-            {description = "open Mirage", group = "launcher"}),
+  awful.key({modkey}, "m", spawner("nheko"),
+            {description = "open Nheko", group = "launcher"}),
   awful.key({modkey, "Shift"}, "m", spawner("tootle"),
             {description = "open Tootle", group = "launcher"}),
   awful.key({modkey, "Shift"}, "-", spawner(audacious_jump_box),