diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/newsboat/config | 2 | ||||
-rw-r--r-- | .config/x11/xinitrc | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index 849a3a9..4c6bb80 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -2,7 +2,7 @@ auto-reload no reload-threads 5 -external-url-viewer "urlview" +external-url-viewer "linkview" bind-key j down bind-key k up diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index a9d1980..79e61f9 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -1,3 +1,4 @@ +# vim: filetype=sh pkill compton pkill dunst pkill mpd-notification @@ -13,4 +14,5 @@ pkill lowbat cd /home/jozan xrdb /home/jozan/.config/x11/xresources /usr/local/bin/notify-send -u normal 'Welcome' " Welcome back, partner\!" -dbus-launch dwm +# dbus-launch dwm +/usr/local/dt/bin/Xsession -screens 1 |