| config - dotfiles - These are my dotfiles. There are many like it, but these ar… | |
| git clone git://jay.scot/dotfiles | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| config (663B) | |
| --- | |
| 1 # settings | |
| 2 set open-in-browser-command ~/bin/link-handler "%l" | |
| 3 list-entry-date-format "%D" | |
| 4 feeds-menu-paramount-explore true | |
| 5 | |
| 6 # key bindings | |
| 7 bind w exec "~/bin/link-handler %l" | |
| 8 | |
| 9 # appearance | |
| 10 status-placeholder | |
| 11 set menu-feed-sorting unread-desc | |
| 12 | |
| 13 # disable notifications | |
| 14 notification-command "" | |
| 15 | |
| 16 # filters | |
| 17 set item-rule LOWER(title) NOT LIKE '%trump%' AND LOWER(title) NOT LIKE … |