winm

A simple script for window mgmt on xfce4
Log | Files | Refs | README

commit 1e80d147a61cecbd0216db18216502a1152dd03b
parent 82a863a5d9ce41889826aad07ffa7edf5fb41812
Author: Naveen Narayanan <zerous@nocebo.space>
Date:   Sat, 13 Jul 2024 10:44:27 +0200

Ensure that dmenu uses insensitive case

Diffstat:
Mra | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ra b/ra @@ -1,5 +1,5 @@ #!/bin/sh -id=`wmctrl -l | dmenu -l 10 -nb "#222222" \ +id=`wmctrl -l | dmenu -i -l 10 -nb "#222222" \ -nf "#bbbbbb" -sb "#4d4d4d" -sf "#eeeeee" | cut -f 1 -d ' '` wmctrl -i -a $id