소스 검색

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
 bindsym $mod+Return         exec "urxvt"
153
 bindsym $mod+Return         exec "urxvt"
154
 bindsym $mod+Shift+Return   exec "urxvt -pe 'default,tabbed'"
154
 bindsym $mod+Shift+Return   exec "urxvt -pe 'default,tabbed'"
155
 bindsym $mod+b              exec "ub"
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
 bindsym $mod+Shift+f        exec thunar
157
 bindsym $mod+Shift+f        exec thunar
158
 bindsym $mod+Shift+o        exec "urxvt -e mocp"
158
 bindsym $mod+Shift+o        exec "urxvt -e mocp"
159
 
159