From 33f71d9d6a8085ce9a2fc4292b7856c5650a5cde Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Sat, 11 Jun 2022 18:06:44 +0530 Subject: fixed bugs --- README | 6 ++++++ config.h | 2 ++ drw.o | Bin 10328 -> 10328 bytes dwm | Bin 75136 -> 79880 bytes dwm.o | Bin 63696 -> 64056 bytes img/apps.png | Bin 0 -> 1535643 bytes img/dunst.png | Bin 0 -> 1901528 bytes img/powermenu.png | Bin 0 -> 1906834 bytes img/wallpaper.png | Bin 0 -> 1905452 bytes util.o | Bin 2216 -> 2216 bytes 10 files changed, 8 insertions(+) create mode 100644 img/apps.png create mode 100644 img/dunst.png create mode 100644 img/powermenu.png create mode 100644 img/wallpaper.png diff --git a/README b/README index 95d4fd0..05db9db 100644 --- a/README +++ b/README @@ -2,6 +2,12 @@ dwm - dynamic window manager ============================ dwm is an extremely fast, small, and dynamic window manager for X. +dwm - images +============================ +dwm +dwm +dwm +dwm Requirements ------------ diff --git a/config.h b/config.h index c392834..9309092 100644 --- a/config.h +++ b/config.h @@ -65,6 +65,7 @@ static const Layout layouts[] = { static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont}; static const char *termcmd[] = { "st", NULL }; +static const char *screenshot[] = {"scrot", "/home/genos/Pictures/Screenshots/%Y-%m-%d-%T-screenshot.png", NULL}; static Key keys[] = { /* modifier key function argument */ @@ -95,6 +96,7 @@ 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/drw.o b/drw.o index 2b22ad3..955729d 100644 Binary files a/drw.o and b/drw.o differ diff --git a/dwm b/dwm index d9c5423..3550c3e 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index e9b88ff..2f8273c 100644 Binary files a/dwm.o and b/dwm.o differ diff --git a/img/apps.png b/img/apps.png new file mode 100644 index 0000000..1a64d90 Binary files /dev/null and b/img/apps.png differ diff --git a/img/dunst.png b/img/dunst.png new file mode 100644 index 0000000..6070876 Binary files /dev/null and b/img/dunst.png differ diff --git a/img/powermenu.png b/img/powermenu.png new file mode 100644 index 0000000..c203ff7 Binary files /dev/null and b/img/powermenu.png differ diff --git a/img/wallpaper.png b/img/wallpaper.png new file mode 100644 index 0000000..43152a8 Binary files /dev/null and b/img/wallpaper.png differ diff --git a/util.o b/util.o index c0e1b2e..b1b45c3 100644 Binary files a/util.o and b/util.o differ -- cgit v1.2.3-59-g8ed1b