mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(newsboat): add
This commit is contained in:
parent
7c4cc0a498
commit
29f9d3ee07
3 changed files with 22 additions and 0 deletions
|
|
@ -295,6 +295,7 @@ mode "apps" {
|
|||
bindsym k exec "keepassxc"; mode default
|
||||
bindsym e exec mailspring; mode default
|
||||
bindsym a exec "bash /home/pavel/bin/emacs.sh"; mode default
|
||||
bindsym n exec "st -e newsboat"; mode default
|
||||
# bindsym a exec emacsclient -c; mode default
|
||||
# bindsym Shift+a exec emacs; mode default
|
||||
}
|
||||
|
|
|
|||
21
.config/newsboat/config
Normal file
21
.config/newsboat/config
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
bind-key j down
|
||||
bind-key k up
|
||||
bind-key J next-unread-feed feedlist
|
||||
bind-key K prev-unread-feed feedlist
|
||||
bind-key j next articlelist
|
||||
bind-key k prev articlelist
|
||||
|
||||
color background white default
|
||||
color listnormal white default
|
||||
color listnormal_unread magenta default bold
|
||||
color listfocus black blue
|
||||
color listfocus_unread black blue bold
|
||||
color info white black bold
|
||||
color article white default
|
||||
|
||||
highlight feedlist ".*(0/0)) " black black invis
|
||||
highlight feedlist ">>> .*" blue black bold
|
||||
highlight article "^(Feed|Title|Author|Link|Date|Links):" magenta default bold
|
||||
highlight article \[[1-9]+\] yellow default bold
|
||||
|
||||
browser "firefox --new-tab %u"
|
||||
BIN
.config/yadm/files.gpg
Normal file
BIN
.config/yadm/files.gpg
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue