From 05f2e6ccb03be2a7b60b1c23c95dbf91c608e4d2 Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Thu, 19 Oct 2023 23:19:20 +0800 Subject: [PATCH] Add QoL patches for slock --- slock-flexipatch/patches.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slock-flexipatch/patches.def.h b/slock-flexipatch/patches.def.h index f60c7f1..cf0729c 100644 --- a/slock-flexipatch/patches.def.h +++ b/slock-flexipatch/patches.def.h @@ -77,7 +77,7 @@ /* This patch draws the dwm logo which changes color based on the state. * https://tools.suckless.org/slock/patches/dwmlogo/ */ -#define DWM_LOGO_PATCH 1 +#define DWM_LOGO_PATCH 0 /* This patch allows for a command to be run after a specified number of incorrect attempts. * https://tools.suckless.org/slock/patches/failure-command/ @@ -88,7 +88,7 @@ * https://tools.suckless.org/slock/patches/keypress-feedback/ * https://patch-diff.githubusercontent.com/raw/phenax/bslock/pull/2.diff */ -#define KEYPRESS_FEEDBACK_PATCH 1 +#define KEYPRESS_FEEDBACK_PATCH 0 /* This patch allows media keys to be used while the screen is locked. Allows for volume * to be adjusted or to skip to the next song without having to unlock the screen first.