diff --git a/nixos/i3/default.nix b/nixos/i3/default.nix index 0f3f6da..db6f42e 100644 --- a/nixos/i3/default.nix +++ b/nixos/i3/default.nix @@ -58,7 +58,7 @@ # start dmenu (a program launcher) # bindsym $mod+d exec --no-startup-id dmenu_run # A more modern dmenu replacement is rofi: - bindsym $mod+p exec "${pkgs.rofi}/bin/rofi -modi drun,run -show drun" + bindsym $mod+p exec "${pkgs.rofi}/bin/rofi --combi-modi window#drun -show combi -modi combi -show-icons" # 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. # bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop