| tChange screen lock command and binding - dwm - [fork] customized build of dwm,… | |
| git clone git://src.adamsgaard.dk/dwm | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 19feefbc30198fcc8f5d6972c3a55cc75825e67f | |
| parent f46f869371db54aab831b5e4893d6f6ac42fdba3 | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Thu, 25 Jun 2020 10:37:33 +0200 | |
| Change screen lock command and binding | |
| Diffstat: | |
| M config.h | 4 ++-- | |
| 1 file changed, 2 insertions(+), 2 deletions(-) | |
| --- | |
| diff --git a/config.h b/config.h | |
| t@@ -108,7 +108,7 @@ static const char *plumbcmd[] = {"clipplumb", NUL… | |
| static const char *plumb2cmd[] = {"clipplumb", "-c", NULL}; | |
| static const char *ytdlaudiocmd[] = {"youtube-dl-music", "-t", "-a", "-m"… | |
| static const char *showclipcmd[] = {"showclip", NULL}; | |
| -static const char *xlockcmd[] = {"slock", NULL}; | |
| +static const char *xlockcmd[] = {"xlock", NULL}; | |
| static const char *printscreencmd[] = {"maimfull", NULL}; | |
| static const char *printscreenicmd[] = {"maimpick", NULL}; | |
| static const char *keyboardlayoutcmd[] = {"keyboard-layout-switch.sh", NULL}; | |
| t@@ -203,7 +203,7 @@ static Key keys[] = { | |
| { MODKEY, XK_v, spawn, {.v = video… | |
| { MODKEY, XK_w, spawn, {.v = brows… | |
| { MODKEY|ShiftMask, XK_w, spawn, {.v = torbr… | |
| - { MODKEY, XK_x, spawn, {.v = xlock… | |
| + { MODKEY, XK_z, spawn, {.v = xlock… | |
| { MODKEY, XK_0, view, {.ui = ~0 }… | |
| { MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 }… |