From ac937caaec7921ff526b32594942ba16bf26159f Mon Sep 17 00:00:00 2001 From: Mouad Alami Date: Tue, 12 Sep 2023 15:42:32 +0100 Subject: added bidirectional patch --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 08e4a79..6a00f02 100644 --- a/config.h +++ b/config.h @@ -39,7 +39,7 @@ static const char *dec_bright[] = { /* tagging */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; static const char *tagsalt[] = { "", "", "", "", "", "", "", "", "" }; -static const int momentaryalttags = 0; /* 1 means alttags will show only when key is held down*/ +static const int momentaryalttags = 1; /* 1 means alttags will show only when key is held down*/ static const Rule rules[] = { /* xprop(1): -- cgit v1.2.3