Browse Source

fixed the rofi stuff

Hans Martin 3 years ago
parent
commit
91c616c4cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .config/i3/config

+ 1 - 1
.config/i3/config

@@ -128,7 +128,7 @@ bindsym $mod+t move scratchpad
 bindsym $mod+s scratchpad show
 
 # Program launcher and Window switcher
-bindsym $mod+d exec /usr/bin/zsh -c "rofi -show run"
+bindsym $mod+d exec "rofi -show combi -show-icons -combi-modi \\"run,drun\\""
 bindsym $mod+Tab exec rofi -show window
 
 # Use win+e as filemanager shortcut (using ranger)