From 1eb2af2098ee4cba2136a73ed51cb65f12b276e5 Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 11 Sep 2023 23:29:15 +0200 Subject: [PATCH] sxhkd: making dmenu_run case insensitive --- .config/sxhkd/sxhkdrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index c062b1a..74317d8 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -8,7 +8,7 @@ super + p record_replay_save super + r - dmenu_run -c -l 20 + dmenu_run -i -c -l 20 super + a playerctl previous