Always use urxvt for "handy"

Some terminals don't support the startup notification protocol and won't
work with the current implementation.
This commit is contained in:
crater2150 2018-03-19 10:20:52 +01:00
parent e5c9d9c13b
commit 849de2e919

View file

@ -85,7 +85,7 @@ local myglobalkeys = awful.util.table.join(
-- {{{ handy console
awful.key({ }, "F12", function ()
handy(conf.cmd.terminal, awful.placement.centered, 0.9, 0.7)
handy("urxvt -e tmux", awful.placement.centered, 0.9, 0.7)
end ),
-- }}}