add hotkey for android studio.

This commit is contained in:
2018-06-15 01:05:54 +08:00
parent 6ca35299c2
commit 7cb603fc99

View File

@@ -11,6 +11,11 @@ end
pravitekeys = awful.util.table.join(
awful.key({ altkey, "Control" }, "a",
function ()
run_or_raise("android-studio", {class = "jetbrains-studio"})
end),
awful.key({ altkey, "Control" }, "f",
function ()
run_or_raise("firefox", {class = "Firefox"})