all repos — nixfiles @ 45d2d53579e59f0ff4c6ceb4163ede9b26633bfd

System and user configuration, managed by nix and home-manager

i3: Use rofi in place of dmenu

Alan Pearce
commit

45d2d53579e59f0ff4c6ceb4163ede9b26633bfd

parent

2fb03ec7e571944b66a625715c15a86714072ad9

1 file changed, 3 insertions(+), 7 deletions(-)

jump to
M i3/.config/i3/configi3/.config/i3/config
@@ -75,13 +75,9 @@
# kill focused window bindsym $mod+Shift+w kill -# start dmenu (a program launcher) -bindsym $mod+Mod1+r exec --no-startup-id dmenu_run -bindsym $mod+Shift+semicolon exec --no-startup-id passmenu -# 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 -# installed. -bindsym $mod+space exec --no-startup-id i3-dmenu-desktop +bindsym --release $mod+Mod1+r exec rofi -show run +bindsym --release $mod+Shift+semicolon exec rofi-pass +bindsym --release $mod+space exec "rofi -show combi -combi-modi window,drun,ssh" # change focus bindsym $mod+n focus left