summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAlexei Syssoyev <34723727+AlexSyssoyev@users.noreply.github.com>2020-04-25 18:41:05 -0300
committerGitHub <noreply@github.com>2020-04-25 18:41:05 -0300
commit2ae28737721c8b9e9a097f10901849f176c0045a (patch)
treec43896009e49456f20f5d67438670de9f9d8662a /config.h
parentf14d95778796b9400a9fd0881c7564e6f42339fb (diff)
Change bg address on xcompmgr toggle
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index cfea9b2..74cd95e 100644
--- a/config.h
+++ b/config.h
@@ -170,7 +170,7 @@ static Key keys[] = {
{ MODKEY, XK_c, spawn, SHCMD("st -e bc -l") },
{ MODKEY|ShiftMask, XK_c, spawn, SHCMD("mpv --no-cache --no-osc --no-input-default-bindings --input-conf=/dev/null --title=webcam $(ls /dev/video[0,2,4,6,8] | tail -n 1)") },
{ MODKEY, XK_v, spawn, SHCMD("st -e $EDITOR -c \"VimwikiIndex\"") },
- { MODKEY|ShiftMask, XK_v, spawn, SHCMD("{ killall xcompmgr || setsid xcompmgr & } ; xwallpaper --zoom ~/.config/wall.png") },
+ { MODKEY|ShiftMask, XK_v, spawn, SHCMD("{ killall xcompmgr || setsid xcompmgr & } ; xwallpaper --zoom ~/.local/share/bg") },
{ MODKEY, XK_b, togglebar, {0} },
/* { MODKEY|ShiftMask, XK_b, spawn, SHCMD("") }, */
{ MODKEY, XK_n, spawn, SHCMD("st -e newsboat; pkill -RTMIN+6 dwmblocks") },