Skip to content

Commit

Permalink
switch windows with rofi too
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 22, 2021
1 parent 05a3c5f commit 2172c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/i3/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 2172c7b

Please sign in to comment.