Explorar el Código

README + printscreen fix

master
RinRi-D hace 3 años
padre
commit
23c6e4d880
Se han modificado 6 ficheros con 4 adiciones y 2 borrados
  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 Ver fichero

@@ -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 Ver fichero

@@ -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 Ver fichero

@@ -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 Ver fichero


BIN
dwm.o Ver fichero


BIN
dwm_screen.png Ver fichero

Antes Después
Anchura: 1920  |  Altura: 1080  |  Tamaño: 866 KiB

Cargando…
Cancelar
Guardar