From 849de2e9199f80179a0c2adb33f6b8b0e0fd900d Mon Sep 17 00:00:00 2001 From: crater2150 Date: Mon, 19 Mar 2018 10:20:52 +0100 Subject: [PATCH] Always use urxvt for "handy" Some terminals don't support the startup notification protocol and won't work with the current implementation. --- mybindings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mybindings.lua b/mybindings.lua index f6703c6..bfc86f6 100644 --- a/mybindings.lua +++ b/mybindings.lua @@ -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 ), -- }}}