aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2021-02-16 17:37:20 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2021-02-16 17:37:20 +0100
commitcfd2419c1b5fdf65d263ee480bd0a9093fcb3e3e (patch)
tree55b7948f910b8e90061564ca39f84f6cc1c4b4f8 /config.h
parentTorify update (diff)
downloaddwm-cfd2419c1b5fdf65d263ee480bd0a9093fcb3e3e.tar.gz
dwm-cfd2419c1b5fdf65d263ee480bd0a9093fcb3e3e.tar.bz2
dwm-cfd2419c1b5fdf65d263ee480bd0a9093fcb3e3e.tar.xz
dwm-cfd2419c1b5fdf65d263ee480bd0a9093fcb3e3e.tar.zst
dwm-cfd2419c1b5fdf65d263ee480bd0a9093fcb3e3e.zip
Added Audacity to workspace 4
Diffstat (limited to '')
-rw-r--r--config.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/config.h b/config.h
index 9110b74..8614dd9 100644
--- a/config.h
+++ b/config.h
@@ -27,14 +27,16 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
- /* class instance title tags mask switchtotag isfloating isfreesize monitor */
- { "Firefox", NULL, NULL, 1 << 2, 1, 0, 0, -1 },
- { "Chromium-browser", NULL, NULL, 1 << 2, 1, 0, 0, -1 },
- { "Gimp", NULL, NULL, 1 << 3, 1, 0, 0, -1 },
- { NULL, "org.inkscape.Inkscape", NULL, 1 << 3, 1, 0, 0, -1 },
- { "xterm-256color", NULL, NULL, 0, 0, 0, 0, -1 },
- { "mpv", NULL, NULL, 0, 0, 0, 0, -1 },
- { NULL, NULL, "Event Tester", 0, 0, 0, 0, -1 }, /* xev */
+ /* class instance title tags mask switchtotag isfloating isfreesize monitor */
+ { "Firefox", NULL, NULL, 1 << 2, 1, 0, 0, -1 },
+ { "Chromium-browser", NULL, NULL, 1 << 2, 1, 0, 0, -1 },
+ { "VirtualBox Manager", NULL, NULL, 1 << 3, 1, 0, 0, -1 },
+ { "Gimp", NULL, NULL, 1 << 3, 1, 0, 0, -1 },
+ { "Audacity", NULL, NULL, 1 << 3, 1, 0, 0, -1 },
+ { NULL, "org.inkscape.Inkscape", NULL, 1 << 3, 1, 0, 0, -1 },
+ { "xterm-256color", NULL, NULL, 0, 0, 0, 0, -1 },
+ { "mpv", NULL, NULL, 0, 0, 0, 0, -1 },
+ { NULL, NULL, "Event Tester", 0, 0, 0, 0, -1 }, /* xev */
};
/* layout(s) */