personal changes

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

View File

@ -53,6 +53,8 @@ static const Rule rules[] = {
{ "st-256color", NULL, NULL, 0, 0, 1, 0, -1 }, { "st-256color", NULL, NULL, 0, 0, 1, 0, -1 },
{ "steam_app_1182480", NULL, NULL, 0, 1, 0, 0, -1 }, /* battlefield 4 origin launcher */ { "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 */ { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
{ "Xephyr", NULL, NULL, 0, 0, 0, 1, -1 }, /* lightdm --test-mode */ { "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 *termcmd[] = { "st", NULL };
static const char *browsercmd[] = { "chromium", 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 *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 // See /usr/include/X11/keysymdef.h for a list of keycodes
static Key keys[] = { static Key keys[] = {