diff options
Diffstat (limited to 'awesome')
-rw-r--r-- | awesome/.config/awesome/rc.lua | 4 |
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), |