aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.h11
-rwxr-xr-xdwmbin80352 -> 80256 bytes
-rw-r--r--dwm.obin65120 -> 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
--- a/dwm
+++ b/dwm
Binary files differ
diff --git a/dwm.o b/dwm.o
index 4148f40..89e9e0d 100644
--- a/dwm.o
+++ b/dwm.o
Binary files differ