From 9d2e1bb0e207d7c07e47b2a8d072174deb070521 Mon Sep 17 00:00:00 2001 From: kento2 Date: Thu, 2 Apr 2026 18:13:38 +0200 Subject: [PATCH] use dmenu for starting programs --- files/.cwmrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/.cwmrc b/files/.cwmrc index a85eab0..20e944f 100644 --- a/files/.cwmrc +++ b/files/.cwmrc @@ -31,7 +31,7 @@ moveamount 50 # Commands command term /usr/bin/lxterminal - + # Key bindings ## 4 = Super key @@ -117,7 +117,7 @@ bind-key 4M-l window-snap-right bind-key 4M-m menu-window bind-key 4-f menu-group #bind-key 4-a menu-cmd -bind-key 4-d menu-exec - +bind-key 4-d dmenu_run + # Autogroup some apps autogroup 5 "dooble,firefox,librewolf" \ No newline at end of file