From f63f236bc89a905b68f6d57e125349feedf741db Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Wed, 9 Nov 2022 13:23:49 +0530 Subject: dwm --- config.h | 11 ++++++----- dwm | Bin 80352 -> 80256 bytes dwm.o | Bin 65120 -> 65120 bytes 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config.h b/config.h index aefaf13..764c34a 100644 --- a/config.h +++ b/config.h @@ -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) diff --git a/dwm b/dwm index 71f7e24..7eeb675 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 4148f40..89e9e0d 100644 Binary files a/dwm.o and b/dwm.o differ -- cgit v1.2.3-59-g8ed1b