diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-05-30 14:59:12 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-05-30 14:59:12 +0700 |
commit | 7f29a1e519d51934ecf86ddd6fc7d080b2eaaf91 (patch) | |
tree | 2c3dc15e5882fdd61636d714cc877727f2261970 /awesome | |
parent | e36712f2b02e77080e255c7775852577b51010ad (diff) | |
download | dotfiles-7f29a1e519d51934ecf86ddd6fc7d080b2eaaf91.tar.gz |
Set up mbsync
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), |