瀏覽代碼

Preserve comments and empty lines in bookmark list

Preserve comments and empty lines to allow for better orientation in
the merged list.
Alois Mahdal 10 年之前
父節點
當前提交
5a5e8b0b24
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      dotfiles/i3/config

+ 1
- 1
dotfiles/i3/config 查看文件

@@ -153,7 +153,7 @@ bar {
153 153
 bindsym $mod+Return         exec "urxvt"
154 154
 bindsym $mod+Shift+Return   exec "urxvt -pe 'default,tabbed'"
155 155
 bindsym $mod+b              exec "ub"
156
-bindsym $mod+Shift+b        exec "eeini www.ini       | eedmenu --split = | xargs -r ub"
156
+bindsym $mod+Shift+b        exec "eeini -S www.ini | eedmenu --split = | xargs -r ub"
157 157
 bindsym $mod+Shift+f        exec thunar
158 158
 bindsym $mod+Shift+o        exec "urxvt -e mocp"
159 159