diff options
-rw-r--r-- | config.h | 11 | ||||
-rwxr-xr-x | dwm | bin | 80352 -> 80256 bytes | |||
-rw-r--r-- | dwm.o | bin | 65120 -> 65120 bytes |
3 files changed, 6 insertions, 5 deletions
@@ -30,10 +30,13 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating isterminal noswallow monitor */ - { "telegram-desktop", NULL, NULL, 0, 1, 0, 0, -1 }, - { "obs", NULL, NULL, 0, 1, 0, 0, -1 }, + { "Telegram", NULL, NULL, 1 << 3, 1, 0, -1, -1 }, + { "SimpleScreenRecorder", NULL, NULL, 1 << 7, 1, 0, -1, -1 }, { "Lutris", NULL, NULL, 0, 1, 0, 0, -1 }, - { "firefox", NULL, NULL, 1 << 2, 0, 0, -1, -1 }, + { "Spotify", NULL, NULL, 1 << 5, 1, 0, -1, -1 }, + { "Emacs", NULL, NULL, 1 << 4, 0, 0, -1, -1 }, + { "firefox", NULL, NULL, 1 << 2, 0, 0, -1, -1 }, + { "Brave", NULL, NULL, 1 << 2, 0, 0, -1, -1 }, { "St", NULL, NULL, 0, 0, 1, 0, -1 }, { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ }; @@ -69,7 +72,6 @@ static const char *termcmd[] = { "st", NULL }; static const char *layoutmenu_cmd = { "layoutmenu", NULL }; static const char *wallcmd[] = { "set_wallpaper", NULL }; static const char *browser[] = { "firefox", NULL }; -static const char *screenshot[] = {"scrot", "/home/genos/Pictures/Screenshots/%Y-%m-%d-%T-screenshot.png", NULL}; static Key keys[] = { /* modifier key function argument */ @@ -103,7 +105,6 @@ static Key keys[] = { { MODKEY, XK_equal, setgaps, {.i = +1 } }, { MODKEY|ShiftMask, XK_equal, setgaps, {.i = 0 } }, { MODKEY, XK_F5, xrdb, {.v = NULL } }, - { MODKEY|ShiftMask, XK_S, spawn, {.v = screenshot} }, TAGKEYS( XK_1, 0) TAGKEYS( XK_2, 1) TAGKEYS( XK_3, 2) Binary files differBinary files differ |