summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
-rwxr-xr-xconfig.def.h.work4
-rwxr-xr-xconfig.def.h.x200s2
4 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7f9873ae7d7..1780fa39fc95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,8 +22,8 @@ pkgbase = dwm-uleenucks-git
source = compile.sh
source = dwm-6.1-center.diff
sha512sums = SKIP
- sha512sums = add5de7c0523fe0fdccf47f111e999c6b8013f322f64bc0170c474dad95f07aad23adab4e18b3c6f6bc86000a8457718ef76c00a029540166b402533f9c71aaa
- sha512sums = 7196fc9f7802973ced8c70c34cecdddc78fe3a0128a1ac7d02fa3064d5f6ea14ee95ae06ff997f698c0c14eb3bcf714f641214ccc37522660fbae6e9219e3d1a
+ sha512sums = a6382c513e70cf441474acbad777bb57c9dd76306ac671309e2497ffb024849d0df511cb5956e4d2fbac3c169a590a2eeef5e43f2be4741aa43caf068e06c0e7
+ sha512sums = 3699c8b4e7bf2e9d60347d3ac5a987cd6302af8d0292767776735916aeb864264cf8e2125c6d5c13e5a8039b5e7bc3601f93fb709e63782717bd34c811e14f60
sha512sums = 604088406fbed682c2e8bec9085d0f9e302088a95ba60dfd89aad2444a53c3025c7aa956789732e7a58aeb937d265f8c66784ce2c77e8a1db533369722ee7fbb
sha512sums = 383a79385d6444ff503d1a81ed13a52db06d253857a8ee955ab0ef669df6e6da501cc0e35a2549472f271684de13de3a3fb2d6843cd596842f9fbc0e0ad53d66
diff --git a/PKGBUILD b/PKGBUILD
index eed2e48d3c33..9fac7d2eeaac 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,8 +27,8 @@ source=("$_pkgname::git+http://git.suckless.org/dwm"
dwm-6.1-center.diff)
sha512sums=('SKIP'
- 'add5de7c0523fe0fdccf47f111e999c6b8013f322f64bc0170c474dad95f07aad23adab4e18b3c6f6bc86000a8457718ef76c00a029540166b402533f9c71aaa'
- '7196fc9f7802973ced8c70c34cecdddc78fe3a0128a1ac7d02fa3064d5f6ea14ee95ae06ff997f698c0c14eb3bcf714f641214ccc37522660fbae6e9219e3d1a'
+ 'a6382c513e70cf441474acbad777bb57c9dd76306ac671309e2497ffb024849d0df511cb5956e4d2fbac3c169a590a2eeef5e43f2be4741aa43caf068e06c0e7'
+ '3699c8b4e7bf2e9d60347d3ac5a987cd6302af8d0292767776735916aeb864264cf8e2125c6d5c13e5a8039b5e7bc3601f93fb709e63782717bd34c811e14f60'
'604088406fbed682c2e8bec9085d0f9e302088a95ba60dfd89aad2444a53c3025c7aa956789732e7a58aeb937d265f8c66784ce2c77e8a1db533369722ee7fbb'
'383a79385d6444ff503d1a81ed13a52db06d253857a8ee955ab0ef669df6e6da501cc0e35a2549472f271684de13de3a3fb2d6843cd596842f9fbc0e0ad53d66')
diff --git a/config.def.h.work b/config.def.h.work
index 1fd12048295d..33370a91ba37 100755
--- a/config.def.h.work
+++ b/config.def.h.work
@@ -29,7 +29,7 @@ static const char *colors[][3] = {
};
/* tagging */
-static const char *tags[] = { "1/main", "2/web", "3/stuff", "4/office" };
+static const char *tags[] = { "00", "01", "10", "11" };
static const Rule rules[] = {
/* class instance title tags mask iscentered isfloating monitor */
@@ -93,7 +93,7 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn()
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL };
static const char *termcmd[] = { "termite", NULL };
static const char *mostusedcmd[] = { "mostused", NULL };
-static const char *lockcmd[] = { "slock", NULL };
+static const char *lockcmd[] = { "i3lock", "-c", "111111", "-e", "-f", NULL };
static Key keys[] = {
/* modifier key function argument */
diff --git a/config.def.h.x200s b/config.def.h.x200s
index e0201cefdec0..d4710c0c5b63 100755
--- a/config.def.h.x200s
+++ b/config.def.h.x200s
@@ -93,7 +93,7 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn()
static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL };
static const char *termcmd[] = { "termite", NULL };
static const char *mostusedcmd[] = { "mostused", NULL };
-static const char *lockcmd[] = { "slock", NULL };
+static const char *lockcmd[] = { "i3lock", "-c", "111111", "-e", "-f", NULL };
static Key keys[] = {
/* modifier key function argument */