use a new version of dmenu
This commit is contained in:
parent
060254591b
commit
56ac5f2254
1 changed files with 3 additions and 2 deletions
|
@ -60,8 +60,8 @@ bindsym $mod+Shift+Menu exec --no-startup-id firefox --private-window
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+a kill
|
bindsym $mod+Shift+a kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (from https://gitlab.com/dwt1/dmenu-distrotube/-/tree/master/)
|
||||||
bindsym $mod+d exec "dmenu_run -c -l 20 -sb '#ff0000'"
|
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
|
# 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
|
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||||
# installed.
|
# 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
|
#bindsym $mod+Tab exec --no-startup-id dolphin
|
||||||
|
|
||||||
for_window [class="kronometer"] floating enable
|
for_window [class="kronometer"] floating enable
|
||||||
|
for_window [title="^Android Emulator - .*"] floating enable
|
||||||
|
|
Loading…
Reference in a new issue