From b0260ea8e861e47638c5cfb7f44d540197182288 Mon Sep 17 00:00:00 2001 From: Michael Peters Date: Thu, 15 Sep 2022 21:35:57 -0700 Subject: [PATCH] small updates --- config.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index 53835c7..98abba5 100644 --- a/config.h +++ b/config.h @@ -26,7 +26,7 @@ static const unsigned int borderalpha = OPAQUE; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, - [SchemeSelMon] = { col_gray4, col_green, col_cyan }, // Colorscheme for the bar on the selected monitor + [SchemeSelMon] = { col_gray4, col_green, col_cyan }, // Colorscheme for the bar on the selected monitor [SchemeSel] = { col_gray4, col_cyan, col_cyan }, [SchemeUrg] = { col_gray4, col_cyan, col_urgborder }, }; @@ -52,7 +52,9 @@ static const Rule rules[] = { /* class instance title tags mask isfloating isterminal noswallow monitor */ { "st-256color", NULL, NULL, 0, 0, 1, 0, -1 }, { "steam_app_1182480", NULL, NULL, 0, 1, 0, 0, -1 }, /* battlefield 4 origin launcher */ - { NULL, NULL, "cordis", 0, 0, 0, 1, -1 }, /* cordis / dev electron apps */ + { NULL, NULL, "cordis", 0, 0, 0, 1, -1 }, /* cordis / dev electron apps */ + { "nwjs", NULL, NULL, 0, 0, 0, 1, -1 }, /* NW.js apps */ + { NULL, NULL, "Tauri App", 0, 0, 0, 1, -1 }, /* Tauri Testing App */ { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ { "Xephyr", NULL, NULL, 0, 0, 0, 1, -1 }, /* lightdm --test-mode */ }; @@ -101,7 +103,7 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, static const char *termcmd[] = { "st", NULL }; static const char *browsercmd[] = { "chromium", NULL }; static const char *discord_sandboxed_mute_cmd[] = { "pkill", "--oldest", "-SIGUSR2", "discord-sand", NULL }; /* For some reason, if we do discord-sandboxed, pgrep doesn't find the program */ -static const char *screenshotcmd[] = { "~/scripts/screenshot.sh" }; +static const char *screenshotcmd[] = { "/home/michael/scripts/screenshot" }; // See /usr/include/X11/keysymdef.h for a list of keycodes static Key keys[] = {