commit 370e1f27d808d89c10f2f7f292e69c877037d39a
parent 07f7b2768e4fa0bd481a5142f259437c57765212
Author: grouse <bdmfegys@duck.com>
Date: Thu, 18 Jan 2024 16:35:02 -0500
update vencorddesktop tag rule to vesktop, comment out vencorddesktop line
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -66,7 +66,7 @@ static const Rule rules[] = {
{ NULL, "spfm", NULL, SPTAG(1), 1, -1 }, // suckless file manager command
{ NULL, "upgrader", NULL, SPTAG(2), 1, -1 }, // upgrade script command floating
{ NULL, "musicterm",NULL, SPTAG(3), 1, -1 }, // upgrade script command floating
-// { "Alacritty","Alacritty",NULL, 0, 1, -1 }, // alacritty
+// { "Alacritty","Alacritty",NULL, 0, 1, -1 }, // alacritty (used for possible switch to alacritty as scratchpad)
/* end of scratchpad floating rules */
{ "widget", NULL, NULL, 0, 1, -1 }, // used sometimes, for using sww widgets
@@ -75,7 +75,8 @@ static const Rule rules[] = {
{ "steamwebhelper","steamwebhelper",NULL,0, 1, -1 }, // just to make the steam menus float
/* all rules below this start on the second monitor */
- { "VencordDesktop", "vencorddesktop", NULL, 1 << 4, 0, ALTMONNUM }, // starts discord on the discord icon tag
+// { "VencordDesktop", "vencorddesktop", NULL, 1 << 4, 0, ALTMONNUM }, // starts discord on the discord icon tag
+ { "vesktop", "vesktop", NULL, 1 << 4, 0, ALTMONNUM }, // starts vesktop discord client on the discord icon tag
{ "tutanota-desktop","tutanota-desktop",NULL,1 << 5,0, ALTMONNUM }, // starts tutanota-desktop on the mail tag
{ "Cider", "cider", NULL, 1 << 3, 0, ALTMONNUM }, // starts cider on the music tag
{ "VSCodium", "vscodium", NULL, 1 << 1, 0, ALTMONNUM }, // starts vscodium by default on the cli/code tag