From 4563bd4038e09232ef90c14161152deb88f21083 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 7 Oct 2019 16:33:15 +0200 Subject: [PATCH] [UPDATE][I3] Use rofi program launcher --- i3/.config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 69b3f82..2617d95 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -33,8 +33,8 @@ bindsym $mod+Return exec i3-sensible-terminal # kill focused window bindsym $mod+Shift+q kill -# start dmenu (a program launcher) -bindsym $mod+Shift+d exec dmenu_run +# start rofi (a program launcher) +bindsym $mod+Shift+d exec rofi -show run # 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.