dotfiles

config files and scripts
git clone git://git.hanetzok.net/dotfiles
Log | Files | Refs

config (1243B)


      1 auto-reload yes
      2 
      3 browser "mpv --no-terminal --ytdl-format=best %u"
      4 
      5 # keybindings
      6 bind-key j down
      7 bind-key k up
      8 bind-key j next articlelist
      9 bind-key k prev articlelist
     10 bind-key J next-feed articlelist
     11 bind-key K prev-feed articlelist
     12 bind-key G end
     13 bind-key g home
     14 bind-key d pagedown
     15 bind-key u pageup
     16 bind-key l open
     17 bind-key h quit
     18 bind-key a toggle-article-read
     19 bind-key n next-unread
     20 bind-key N prev-unread
     21 bind-key D pb-download
     22 bind-key U show-urls
     23 bind-key x pb-delete
     24 
     25 #colors
     26 color listnormal         color15 default
     27 color listnormal_unread  color2  default
     28 color listfocus_unread   color2  color0
     29 color listfocus          default color0
     30 color background         default default
     31 color article            default default
     32 color end-of-text-marker color8  default
     33 color info               color4  color8
     34 color hint-separator     default color8
     35 color hint-description   default color8
     36 color title              color14 color8
     37 
     38 highlight article "^(Feed|Title|Author|Link|Date): .+" color4 default bold
     39 highlight article "^(Feed|Title|Author|Link|Date):" color14 default bold
     40 
     41 highlight article "\\((link|image|video)\\)" color8 default
     42 highlight article "https?://[^ ]+" color4 default
     43 highlight article "\[[0-9]+\]" color6 default bold
     44