添加钉钉微信

This commit is contained in:
2022-03-02 00:09:15 +08:00
parent 254291b699
commit 8a94eb39ab
5 changed files with 37 additions and 7 deletions

View File

@@ -35,8 +35,14 @@ pravitekeys = awful.util.table.join(
awful.key({ modkey }, "e",
function ()
-- run_or_raise("emacsclient -a '' -c -n", {class = "Emacs"})
run_or_raise("emacs", {class = "Emacs"})
run_or_raise("emacsclient -a '' -c -n", {class = "Emacs"})
-- run_or_raise("emacs", {class = "Emacs"})
end),
awful.key({ modkey }, "d",
function ()
run_or_raise("gtk-launch dingtalk", {class = "dingtalk"})
-- run_or_raise("emacs", {class = "Emacs"})
end),
awful.key({ modkey, "Shift" }, "e",