From ce316eaffd466f77e4247d0828c6aa8426076696 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Fri, 10 Sep 2021 01:01:54 +0300 Subject: feat: spawn telegram on monitor 0 --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 88dfa2e..eea5e23 100644 --- a/config.def.h +++ b/config.def.h @@ -42,7 +42,7 @@ static const Rule rules[] = { // TODO: figure out firefox { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, { "St", NULL, NULL, 0, 0, 1, 0, -1 }, { "Brave-browser", NULL, NULL, 1, 0, 0, 1, 1 }, - { "TelegramDesktop", NULL, NULL, 1 << 1, 0, 0, 1, 1 }, + { "TelegramDesktop", NULL, NULL, 1 << 1, 0, 0, 1, 0 }, { "Slack", NULL, NULL, 1 << 1, 0, 0, 1, 1 }, }; -- cgit v1.2.3