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:
parent
e5c9d9c13b
commit
849de2e919
|
@ -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 ),
|
||||
-- }}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue