diff options
author | luxagraf <sng@luxagraf.net> | 2023-06-05 08:41:59 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-06-05 08:41:59 -0500 |
commit | c92bebd38b3a5c8db5a35a2052a38912ce99257a (patch) | |
tree | 05b502e3dde8c00cae6b1e0bcdbdc2ec1dfb4b66 /.config | |
parent | e7e7825f604bad7dfc2b9127071e79b49e86c0ba (diff) |
tweaked newsboat setup and changed trackpad number in openbox autostart
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 |