diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/newsboat/config | 2 | ||||
-rw-r--r-- | .config/openbox/autostart | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index 63da899..f8315df 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -8,7 +8,7 @@ ttrss-mode "multi" ttrss-login "admin" ttrss-password "hyperrealtranslinguis@34zaq" ttrss-url "https://rss.luxagraf.net/" -save-path ~/notes/saved_articles/ +save-path ~/notes/saved-articles/ # vim-like navigation bind-key j down diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 4fa25b8..4444240 100644 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -5,9 +5,10 @@ nm-applet & clipmenud & urxvt & mpd & +syncthingtray & xset r rate 251 25 & xset -b xcape -e 'Control_L=Escape' -xinput set-prop 12 "libinput Click Method Enabled" 0 1 -xinput set-prop 12 "libinput Natural Scrolling Enabled" 1 +xinput set-prop 11 "libinput Click Method Enabled" 0 1 +xinput set-prop 11 "libinput Natural Scrolling Enabled" 1 feh --bg-fill ~/pictures/desktops/boat2.jpg |