small changes

This commit is contained in:
Alexander Gehrke 2018-11-08 20:27:02 +01:00
parent 848cc12c7e
commit 29433f21de
4 changed files with 15 additions and 7 deletions

View file

@ -42,12 +42,15 @@ local mpdmap = {
}
local progmap = {
{"f", binder.spawn(conf.cmd.browser), "Browser" },
{"f", binder.spawn("firefox"), "Firefox" },
{"q", binder.spawn("qutebrowser"), "Qutebrowser" },
--{"b", binder.spawn(conf.cmd.browser), "Browser" },
{"i", binder.spawn(conf.cmd.irc_client), "IRC" },
{"m", binder.spawn(conf.cmd.mail_client), "Mail" },
{"t", binder.spawn("telegram"), "Telegram" },
{"w", binder.spawn("wire"), "Wire" },
{"m", binder.spawn(conf.cmd.mail_client), "Mail" },
{"s", binder.spawn("steam"), "Steam" }
{"s", binder.spawn("steam"), "Steam" },
{"n", binder.spawn("netflix"), "Netflix" }
}
local home = os.getenv("HOME")