From 56ac5f2254074a97395acb2f6df618f4a9a0e3a9 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Wed, 27 Oct 2021 00:34:14 +0200 Subject: [PATCH] use a new version of dmenu --- .config/i3/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index eab166b..a2f7a9f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -60,8 +60,8 @@ bindsym $mod+Shift+Menu exec --no-startup-id firefox --private-window # kill focused window bindsym $mod+Shift+a kill -# start dmenu (a program launcher) -bindsym $mod+d exec "dmenu_run -c -l 20 -sb '#ff0000'" +# start dmenu (from https://gitlab.com/dwt1/dmenu-distrotube/-/tree/master/) +bindsym $mod+d exec " dmenu_run -c -l 20 -sb '#B00520' -shb '#600000' -shf '#F0F000' -bw 2 -p '🐱'" # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. @@ -249,3 +249,4 @@ bindsym $mod+w exec --no-startup-id "feh --no-fehbg --bg-fill --randomize ~/.con #bindsym $mod+Tab exec --no-startup-id dolphin for_window [class="kronometer"] floating enable +for_window [title="^Android Emulator - .*"] floating enable