personal changes

This commit is contained in:
Michael Peters 2022-10-02 17:01:41 -05:00
parent fde9a1eaf2
commit 218448e69a

View File

@ -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[] = {