summaryrefslogtreecommitdiff
path: root/home/xyz/.config
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.config')
-rw-r--r--home/xyz/.config/myconf/pacman_Qqne1
-rw-r--r--home/xyz/.config/myconf/sye3
-rw-r--r--home/xyz/.config/newsboat/config8
3 files changed, 11 insertions, 1 deletions
diff --git a/home/xyz/.config/myconf/pacman_Qqne b/home/xyz/.config/myconf/pacman_Qqne
index df68d1c5..37a42fb0 100644
--- a/home/xyz/.config/myconf/pacman_Qqne
+++ b/home/xyz/.config/myconf/pacman_Qqne
@@ -9,6 +9,7 @@ base
base-devel
bash-completion
bcprov
+bluez-utils
browserpass
browserpass-firefox
busybox
diff --git a/home/xyz/.config/myconf/sye b/home/xyz/.config/myconf/sye
index 4061e158..309900ab 100644
--- a/home/xyz/.config/myconf/sye
+++ b/home/xyz/.config/myconf/sye
@@ -1,5 +1,6 @@
UNIT FILE STATE PRESET
atd.service enabled disabled
+bluetooth.service enabled disabled
chronyd.service enabled disabled
getty@.service enabled enabled
NetworkManager-dispatcher.service enabled disabled
@@ -20,4 +21,4 @@ paccache.timer enabled disabled
pacman-filesdb-refresh.timer enabled disabled
units_currency.timer enabled disabled
-20 unit files listed.
+21 unit files listed.
diff --git a/home/xyz/.config/newsboat/config b/home/xyz/.config/newsboat/config
index 1e8ddf64..28e2cb3a 100644
--- a/home/xyz/.config/newsboat/config
+++ b/home/xyz/.config/newsboat/config
@@ -42,4 +42,12 @@ color hint-separator black blue bold
color hint-description black blue
#color article white black
+# Need following two lines to write defunct RSS feeds log. There was a time
+# when exit newsboat, it ask me to press enter, maybe due to I removed a url
+# and there's remain cache, with following lines I won't be asked to press
+# enter.
+cleanup-on-quit yes
+# I couldn't find a way to use $XDG_STATE_HOME env. var.
+error-log ~/.local/state/newsboat/error.log
+
# vim: ft=sh