Quellcode durchsuchen

Keep spaces and decorations between dmenu items

Alois Mahdal vor 10 Jahren
Ursprung
Commit
441dd57486
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      dotfiles/i3/config

+ 1
- 1
dotfiles/i3/config Datei anzeigen

@@ -190,7 +190,7 @@ bindsym $mod+Shift+f        exec thunar
190 190
 bindsym $mod+Shift+o        exec "urxvt -e mocp"
191 191
 
192 192
 bindsym $mod+m              exec "i3-dmenu-desktop --dmenu='saturnin dmenu'"
193
-bindsym $mod+Shift+m        exec "saturnin conf -j -s dmenu.item | saturnin dmenu --split = | bash -"
193
+bindsym $mod+Shift+m        exec "saturnin conf -j -S -s dmenu.item | saturnin dmenu --split = | bash -"
194 194
 bindsym $mod+p              exec "dmenu_path | saturnin dmenu | bash -"
195 195
 bindsym $mod+Shift+p        exec "cat .dmenu_history | saturnin dmenu | tee -a .dmenu_history | bash -"
196 196