Bladeren bron

Keep spaces and decorations between dmenu items

Alois Mahdal 10 jaren geleden
bovenliggende
commit
441dd57486
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      dotfiles/i3/config

+ 1
- 1
dotfiles/i3/config Bestand weergeven

190
 bindsym $mod+Shift+o        exec "urxvt -e mocp"
190
 bindsym $mod+Shift+o        exec "urxvt -e mocp"
191
 
191
 
192
 bindsym $mod+m              exec "i3-dmenu-desktop --dmenu='saturnin dmenu'"
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
 bindsym $mod+p              exec "dmenu_path | saturnin dmenu | bash -"
194
 bindsym $mod+p              exec "dmenu_path | saturnin dmenu | bash -"
195
 bindsym $mod+Shift+p        exec "cat .dmenu_history | saturnin dmenu | tee -a .dmenu_history | bash -"
195
 bindsym $mod+Shift+p        exec "cat .dmenu_history | saturnin dmenu | tee -a .dmenu_history | bash -"
196
 
196