瀏覽代碼

README + printscreen fix

master
RinRi-D 3 年之前
父節點
當前提交
23c6e4d880
共有 6 個檔案被更改,包括 4 行新增2 行删除
  1. +2
    -0
      README.md
  2. +1
    -1
      config.def.h
  3. +1
    -1
      config.h
  4. 二進制
      dwm
  5. 二進制
      dwm.o
  6. 二進制
      dwm_screen.png

+ 2
- 0
README.md 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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") },


二進制
dwm 查看文件


二進制
dwm.o 查看文件


二進制
dwm_screen.png 查看文件

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

Loading…
取消
儲存