remove lockedkeys from stale folder

re export lockedkeys with `git format-path`
This commit is contained in:
wochap
2024-03-08 13:25:00 -05:00
committed by A Frederick Christensen
parent ecaa3ea2da
commit a99f3012da
2 changed files with 12 additions and 21 deletions
+12
View File
@@ -1,3 +1,13 @@
From d3aca31e6fd1838bf95483d362db233ef8eebdb2 Mon Sep 17 00:00:00 2001
From: wochap <gean.marroquin@gmail.com>
Date: Wed, 6 Mar 2024 07:46:41 -0500
Subject: [PATCH] allow to add keybindings in locked mode
---
config.def.h | 11 +++++++++++
dwl.c | 20 ++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/config.def.h b/config.def.h
index db0babc..50c446d 100644
--- a/config.def.h
@@ -65,4 +75,6 @@ index ef27a1d..ff17d07 100644
if (handled && kb->wlr_keyboard->repeat_info.delay > 0) {
kb->mods = mods;
kb->keysyms = syms;
--
2.42.0