From 373bcc0e1a969cfdde7db6b99df65b4803aff99b Mon Sep 17 00:00:00 2001 From: speedie Date: Thu, 26 Jan 2023 21:35:11 +0100 Subject: [PATCH] switch back to newsboat --- docs/dependencies.md | 3 +-- keybinds.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/dependencies.md b/docs/dependencies.md index 1ca0ec0..5702308 100644 --- a/docs/dependencies.md +++ b/docs/dependencies.md @@ -41,8 +41,7 @@ You can add, change and remove keybinds by editing `keybinds.h` and `mouse.h` an - st - Default terminal - Chromium - Default web browser - htop - Status monitor -- sfeed - RSS reader -- rssread - RSS frontend +- newsboat - RSS reader - cmus - Music player - Default status bar also has support for moc/mocp (Music On Console) - neovim - Text editor diff --git a/keybinds.h b/keybinds.h index 152d3e5..e82c1bc 100644 --- a/keybinds.h +++ b/keybinds.h @@ -65,7 +65,7 @@ static Key keys[] = { { KeyPress, MODIFIER1|SHIFT, -1, XK_x, spawn, cmd( TERMINAL "htop" ) }, { KeyPress, MODIFIER1|SHIFT, -1, XK_c, spawn, cmd( TERMINAL "tmux new-session -A -D -s weechat $(which --skip-alias weechat)" ) }, { KeyPress, MODIFIER1|SHIFT, -1, XK_Escape, spawn, cmd( "speedwm-shutdown" ) }, - { KeyPress, MODIFIER1|SHIFT, -1, XK_u, spawn, cmd( TERMINAL "rssread" ) }, + { KeyPress, MODIFIER1|SHIFT, -1, XK_u, spawn, cmd( TERMINAL "newsboat" ) }, { KeyPress, MODIFIER1|SHIFT, -1, XK_r, spawn, cmd( TERMINAL "neomutt" ) }, { KeyPress, MODIFIER1|CONTROL, -1, XK_Tab, spawn, cmd( "speedwm-utils layout" ) }, { KeyPress, MODIFIER1|CONTROL, -1, XK_s, spawn, cmd( "speedwm-screenshotutil -f" ) },