birdwm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit baffd242d5e8bab74cc35f056e7a6d4cc3592937
parent 67e134341c1d1a11aab418772af5505a3436a4fc
Author: grouse <bdmfegys@duck.com>
Date:   Tue, 26 Dec 2023 17:22:25 -0500

fix spacing in tag and window rules section of config.def.h

Diffstat:
Mconfig.def.h | 27+++++++++++++++------------
1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -58,23 +58,26 @@ static const Rule rules[] = { /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, // gimp menu floating rule { NULL, NULL, "Blanket", 0, 1, -1 }, // blanket (ambient music program) floating rule + /* scratchpad floating rules */ - { NULL, "spterm", NULL, SPTAG(0), 1, -1 }, // scratchpad floating rule - { NULL, "spfm", NULL, SPTAG(1), 1, -1 }, // suckless file manager command - { NULL, "upgrader", NULL, SPTAG(2), 1, -1 }, // upgrade script command floating -// { "Alacritty","Alacritty",NULL, 0, 1, -1 }, // alacritty + { NULL, "spterm", NULL, SPTAG(0), 1, -1 }, // scratchpad floating rule + { NULL, "spfm", NULL, SPTAG(1), 1, -1 }, // suckless file manager command + { NULL, "upgrader", NULL, SPTAG(2), 1, -1 }, // upgrade script command floating +// { "Alacritty","Alacritty",NULL, 0, 1, -1 }, // alacritty + /* end of scratchpad floating rules */ { "widget", NULL, NULL, 0, 1, -1 }, // used sometimes, for using sww widgets { "python3", NULL, NULL, 0, 1, -1 }, // i cant remember what this is tbh - { NULL, "Toolkit", NULL, 0, 1, -1 }, // firefox floating media player floating rule - { "steamwebhelper","steamwebhelper",NULL,0, 1, -1 }, // just to make the steam menus float + { NULL, "Toolkit", NULL, 0, 1, -1 }, // firefox floating media player floating rule + { "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 - { "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 - { "tutanota-desktop","tutanota-desktop",NULL,1 << 5,0, ALTMONNUM }, // starts tutanota-desktop on the mail tag - { "Element", "element", NULL, 1 << 5, 0, ALTMONNUM }, // starts element on the chat tag - { "Signal", "signal", NULL, 1 << 2, 0, ALTMONNUM }, // starts element on the chat tag + { "VencordDesktop", "vencorddesktop", NULL, 1 << 4, 0,ALTMONNUM }, // starts discord 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 + { "Element", "element", NULL, 1 << 5, 0,ALTMONNUM }, // starts element on the chat tag + { "Signal", "signal", NULL, 1 << 2, 0,ALTMONNUM }, // starts element on the chat tag }; /* layout(s) */