Browse Source

README + printscreen fix

master
RinRi-D 3 years ago
parent
commit
23c6e4d880
6 changed files with 4 additions and 2 deletions
  1. +2
    -0
      README.md
  2. +1
    -1
      config.def.h
  3. +1
    -1
      config.h
  4. BIN
      dwm
  5. BIN
      dwm.o
  6. BIN
      dwm_screen.png

+ 2
- 0
README.md View File

@@ -1,5 +1,7 @@
# My dwm build

![dwm-screen](dwm-screen.png)

This my own patched and configured dwm build with following pathes:

- alwaysontop


+ 1
- 1
config.def.h View File

@@ -71,7 +71,7 @@ static const char *termcmd[] = { "st", NULL };

static Key keys[] = {
/* modifier key function argument */
{ 0, Print, spawn, SHCMD("scrot") },
{ 0, XK_Print, spawn, SHCMD("scrot -e 'mv $f ~/Screenshots'") },
{ 0, XF86XK_PowerOff, spawn, SHCMD("~/scripts/poweroff.sh") },
{ 0, XF86XK_AudioMute, spawn, SHCMD("pulsemixer --toggle-mute") },
{ 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("pulsemixer --change-volume +1") },


+ 1
- 1
config.h View File

@@ -71,7 +71,7 @@ static const char *termcmd[] = { "st", NULL };

static Key keys[] = {
/* modifier key function argument */
{ 0, Print, spawn, SHCMD("scrot") },
{ 0, XK_Print, spawn, SHCMD("scrot -e 'mv $f ~/Screenshots'") },
{ 0, XF86XK_PowerOff, spawn, SHCMD("~/scripts/poweroff.sh") },
{ 0, XF86XK_AudioMute, spawn, SHCMD("pulsemixer --toggle-mute") },
{ 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("pulsemixer --change-volume +1") },


BIN
dwm View File


BIN
dwm.o View File


BIN
dwm_screen.png View File

Before After
Width: 1920  |  Height: 1080  |  Size: 866 KiB

Loading…
Cancel
Save