parent
b8f3c5b284
commit
9a1c272900
|
@ -17,6 +17,7 @@ strongly encouraged to upgrade.
|
||||||
• make dock client order deterministic (sorted by class/instance) as a
|
• make dock client order deterministic (sorted by class/instance) as a
|
||||||
side effect, i3bars without an explicit bar-id will be sorted according
|
side effect, i3bars without an explicit bar-id will be sorted according
|
||||||
to their definition order in the config file
|
to their definition order in the config file
|
||||||
|
• mention rofi in default config file
|
||||||
|
|
||||||
┌────────────────────────────┐
|
┌────────────────────────────┐
|
||||||
│ Bugfixes │
|
│ Bugfixes │
|
||||||
|
|
|
@ -53,9 +53,10 @@ bindsym Mod1+Shift+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
bindsym Mod1+d exec dmenu_run
|
bindsym Mod1+d exec dmenu_run
|
||||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
# A more modern dmenu replacement is rofi:
|
||||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
# bindsym Mod1+d exec rofi -modi drun,run -show drun
|
||||||
# installed.
|
# There also is i3-dmenu-desktop which only displays applications shipping a
|
||||||
|
# .desktop file. It is a wrapper around dmenu, so you need that installed.
|
||||||
# bindsym Mod1+d exec --no-startup-id i3-dmenu-desktop
|
# bindsym Mod1+d exec --no-startup-id i3-dmenu-desktop
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
|
|
|
@ -47,10 +47,11 @@ bindcode $mod+Shift+24 kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
bindcode $mod+40 exec dmenu_run
|
bindcode $mod+40 exec dmenu_run
|
||||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
# A more modern dmenu replacement is rofi:
|
||||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
# bindcode $mod+40 exec rofi -modi drun,run -show drun
|
||||||
# installed.
|
# There also is i3-dmenu-desktop which only displays applications shipping a
|
||||||
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
# .desktop file. It is a wrapper around dmenu, so you need that installed.
|
||||||
|
bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindcode $mod+44 focus left
|
bindcode $mod+44 focus left
|
||||||
|
|
Loading…
Reference in New Issue