diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-09-10 01:01:54 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2021-09-10 01:01:54 +0300 |
commit | ce316eaffd466f77e4247d0828c6aa8426076696 (patch) | |
tree | 84194804486055705f1337ac93a1b59ebf23bf25 | |
parent | e03542f3097d5f85315c3e3f8351ffc6c32fe3e3 (diff) | |
download | dwm-ce316eaffd466f77e4247d0828c6aa8426076696.tar.gz |
feat: spawn telegram on monitor 0
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, }; |