aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2021-01-03 18:19:53 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2021-01-03 18:19:53 +0100
commita1900a049ca631f3ecf5de89cbe9dbe65f851792 (patch)
tree55cce44cdb6251ee9727c38555d5eeb211e95ebb /config.h
parentswtiched to iridium (diff)
downloaddwm-a1900a049ca631f3ecf5de89cbe9dbe65f851792.tar.gz
dwm-a1900a049ca631f3ecf5de89cbe9dbe65f851792.tar.bz2
dwm-a1900a049ca631f3ecf5de89cbe9dbe65f851792.tar.xz
dwm-a1900a049ca631f3ecf5de89cbe9dbe65f851792.tar.zst
dwm-a1900a049ca631f3ecf5de89cbe9dbe65f851792.zip
update
Diffstat (limited to '')
-rw-r--r--config.h17
1 files changed, 9 insertions, 8 deletions
diff --git a/config.h b/config.h
index c64e9d9..b2d1b41 100644
--- a/config.h
+++ b/config.h
@@ -27,13 +27,14 @@ 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 },
- { "st-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 },
+ { "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 */
};
/* layout(s) */
@@ -77,7 +78,7 @@ static const char *dmenucmd[] = { "/usr/local/bin/dmenu_run", "-i", "-m", "0",
static const char *dmpccmd[] = { "/home/jozan/.local/bin/dmpc", NULL };
static const char *vifmcmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/vifm", NULL };
static const char *editcmd[] = { "/usr/local/bin/emacsclient", "-c", NULL };
-static const char *browsercmd[] = { "/usr/local/bin/iridium", NULL };
+static const char *browsercmd[] = { "/usr/local/bin/torify", "/usr/local/bin/iridium", NULL };
static const char *w3mcmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/w3m", "https://start.duckduckgo.com/", NULL };
static const char *nbcmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/newsboat", NULL };
static const char *vimpccmd[] = { "/usr/local/bin/st", "-e", "/usr/local/bin/vimpc", NULL };