mirror of
https://github.com/alrayyes/dwm
synced 2023-11-14 15:56:31 +00:00
use shell script for system lock
This commit is contained in:
parent
80097597a0
commit
a9449eaff0
2
PKGBUILD
2
PKGBUILD
@ -34,7 +34,7 @@ source=(http://dl.suckless.org/dwm/dwm-$pkgver.tar.gz
|
|||||||
"${_patches[@]}")
|
"${_patches[@]}")
|
||||||
|
|
||||||
md5sums=('9929845ccdec4d2cc191f16210dd7f3d'
|
md5sums=('9929845ccdec4d2cc191f16210dd7f3d'
|
||||||
'2fecdfe711455b8f1eae2c18a647ac8c'
|
'70f62e6ba4d264af37b18a2c27aaa002'
|
||||||
'939f403a71b6e85261d09fc3412269ee'
|
'939f403a71b6e85261d09fc3412269ee'
|
||||||
'31a7569d7f3d43846f59e854ec5d1da0'
|
'31a7569d7f3d43846f59e854ec5d1da0'
|
||||||
'fbb786263f2d714b18368ff64779d669'
|
'fbb786263f2d714b18368ff64779d669'
|
||||||
|
2
config.h
2
config.h
@ -150,7 +150,7 @@ static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont,
|
|||||||
static const char *termcmd[] = { "st", NULL };
|
static const char *termcmd[] = { "st", NULL };
|
||||||
static const char scratchpadname[] = "scratchpad";
|
static const char scratchpadname[] = "scratchpad";
|
||||||
static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL };
|
static const char *scratchpadcmd[] = { "st", "-t", scratchpadname, "-g", "120x34", NULL };
|
||||||
static const char *slockcmd[] = { "i3lock", "-e", "-b", "-f", "-i", "/home/alrayyes/.config/lock.png" };
|
static const char *slockcmd[] = { "/home/alrayyes/.scripts/lock.sh" };
|
||||||
|
|
||||||
#include "selfrestart.c"
|
#include "selfrestart.c"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user