From a1900a049ca631f3ecf5de89cbe9dbe65f851792 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 3 Jan 2021 18:19:53 +0100 Subject: update --- config.h | 17 +++++++++-------- 1 file 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 }; -- cgit v1.2.3