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