From 2172c7b6a160413d933abebcfb857922111823ab Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Tue, 21 Sep 2021 22:17:14 -0500 Subject: [PATCH] switch windows with rofi too --- nixos/i3/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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