diff --git a/install b/install index bbfa346..fb3442a 100755 --- a/install +++ b/install @@ -55,7 +55,6 @@ LINKED_FILES_HOME=( ".config/i3" ".config/maven" ".config/mpv" - ".config/newsboat" ".config/npm" ".config/octave" ".config/pacman" @@ -66,7 +65,6 @@ LINKED_FILES_HOME=( ".config/sqlite3" ".config/streamlink" ".config/sxhkd" - ".config/task" ".config/Trolltech.conf" ".config/user-dirs.dirs" ".config/user-dirs.locale" diff --git a/system/.config/X11/xsetup b/system/.config/X11/xsetup index 49c8289..3b17d98 100644 --- a/system/.config/X11/xsetup +++ b/system/.config/X11/xsetup @@ -31,13 +31,6 @@ nextcloud & # Merge .Xresources on boot xrdb -merge "${XDG_CONFIG_HOME}/X11/xresources" -# Add local configuration for taskwarrior -if [ "${IS_WORK}" = "1" ]; then - echo "recurrence=off" > "${XDG_CONFIG_HOME}/task/localrc" -else - echo "" > "${XDG_CONFIG_HOME}/task/localrc" -fi - dbus-update-activation-environment --systemd DISPLAY eval "$(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)" export SSH_AUTH_SOCK diff --git a/system/.config/newsboat/cache.db b/system/.config/newsboat/cache.db deleted file mode 100644 index 6dd7b88..0000000 Binary files a/system/.config/newsboat/cache.db and /dev/null differ diff --git a/system/.config/newsboat/cache.db.lock b/system/.config/newsboat/cache.db.lock deleted file mode 100644 index 1770d9a..0000000 --- a/system/.config/newsboat/cache.db.lock +++ /dev/null @@ -1 +0,0 @@ -31345 \ No newline at end of file diff --git a/system/.config/newsboat/config b/system/.config/newsboat/config deleted file mode 100644 index b2feb03..0000000 --- a/system/.config/newsboat/config +++ /dev/null @@ -1 +0,0 @@ -cache-file /tmp/news.cache diff --git a/system/.config/newsboat/urls b/system/.config/newsboat/urls deleted file mode 100644 index cdabf1f..0000000 --- a/system/.config/newsboat/urls +++ /dev/null @@ -1,2 +0,0 @@ -http://stadt-bremerhaven.de/feed -http://feeds.arstechnica.com/arstechnica/index diff --git a/system/.config/task/taskrc b/system/.config/task/taskrc deleted file mode 100644 index a214358..0000000 --- a/system/.config/task/taskrc +++ /dev/null @@ -1,32 +0,0 @@ -# [Created by task 2.5.1 3/24/2019 19:33:29] -# Taskwarrior program configuration file. -# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color', -# 'man task-sync' or 'man taskrc' - -# Here is an example of entries that use the default, override and blank values -# variable=foo -- By specifying a value, this overrides the default -# variable= -- By specifying no value, this means no default -# #variable=foo -- By commenting out the line, or deleting it, this uses the default - -# Use the command 'task show' to see all defaults and overrides - -# Files -verbose=blank,footnote,label,new-id,affected,edit,special,project,sync,unwait - -report.todo.description=Tasks with now due date, overdue or due in the next 7 days -report.todo.columns=id,due,project,description.desc -report.todo.labels=ID,Due,Project,Description -report.todo.sort=due+ -report.todo.filter=due.before:1wk and status:pending or due: and status:pending -color=on -color.uda.priority.H= -color.uda.priority.L= -color.uda.priority.M= -color.overdue= -color.scheduled= -color.recurring= -color.due= -color.due.today= -dateformat=Y-M-D H:N - -include ~/.config/task/localrc \ No newline at end of file