From bdb4a0ea1d3a48a62a5f677f0683645f08f23abc Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Wed, 12 Oct 2016 04:14:28 +0200 Subject: [PATCH] fix(i3): Avoid conflicting i3 commands --- include/modules/i3.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/modules/i3.hpp b/include/modules/i3.hpp index 5231c570..b8976c56 100644 --- a/include/modules/i3.hpp +++ b/include/modules/i3.hpp @@ -231,7 +231,7 @@ namespace modules { static constexpr auto DEFAULT_WS_ICON = "workspace_icon-default"; static constexpr auto DEFAULT_WS_LABEL = "%icon% %name%"; static constexpr auto TAG_LABEL_STATE = ""; - static constexpr auto EVENT_CLICK = "i3"; + static constexpr auto EVENT_CLICK = "i3-wsfocus-"; map m_statelabels; vector m_workspaces;