Commit 12cc241a1b4ed6c020d17d841044acf97f2ac85c

Authored by Ian Foster
Exists in master

Merge branch 'master' of github.com:lanrat/dotfiles

Showing 2 changed files Side-by-side Diff

openbox/openbox/menu.xml View file @ 12cc241
... ... @@ -244,7 +244,7 @@
244 244 </menu>
245 245 <separator/>
246 246 <menu execute="cb-places-pipemenu" id="pipe-placesmenu" label="Places"/>
247   - <menu execute="cb-recent-files-pipemenu" id="pipe-recentfilesmenu" label="Recent Files"/>
  247 + <!--<menu execute="cb-recent-files-pipemenu" id="pipe-recentfilesmenu" label="Recent Files"/>-->
248 248 <separator/>
249 249 <menu id="settings" label="Settings">
250 250 <menu execute="cb-compositor" id="CompositingPipeMenu" label="Compositor"/>
sublime-text-3/User/Preferences.sublime-settings View file @ 12cc241
... ... @@ -147,6 +147,12 @@
147 147 "use_simple_full_screen": false,
148 148 "use_tab_stops": true,
149 149 "word_wrap": false,
150   - "wrap_width": 0
  150 + "wrap_width": 0,
  151 + // Display file encoding in the status bar
  152 + "show_encoding": false,
  153 +
  154 + // Display line endings in the status bar
  155 + "show_line_endings": false,
  156 +
151 157 }