Browse Source

Keep spaces and decorations between dmenu items

Alois Mahdal 10 years ago
parent
commit
441dd57486
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/i3/config

+ 1
- 1
dotfiles/i3/config View File

@@ -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