sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 42926a8a9d7edfd8ba306e344c91ede906330df1
parent 8a90692b8a7be5bab76a579688bd1aa4ead935c9
Author: Nihal Jere <nihal@nihaljere.xyz>
Date:   Thu, 12 Mar 2020 10:19:29 -0500

[dwm][patch] holdbar: fixed diff format

Diffstat:
Mdwm.suckless.org/patches/holdbar/dwm-holdbar-6.2.diff | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/dwm.suckless.org/patches/holdbar/dwm-holdbar-6.2.diff b/dwm.suckless.org/patches/holdbar/dwm-holdbar-6.2.diff @@ -1,3 +1,13 @@ +From 58507fca3c3c334f540700c5ed81815d9335138e Mon Sep 17 00:00:00 2001 +From: Nihal Jere <noocsharp@gmail.com> +Date: Thu, 12 Mar 2020 10:16:48 -0500 +Subject: [PATCH] holdbar: fixed bar flickering caused by repeated key events + +--- + config.def.h | 2 ++ + dwm.c | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 52 insertions(+) + diff --git a/config.def.h b/config.def.h index 1c0b587..0e19b5d 100644 --- a/config.def.h @@ -114,3 +124,6 @@ index 4465af1..9437707 100644 void applyrules(Client *c) { +-- +2.25.1 +