Remove outdated configs
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
e72fe9d52e
commit
242f3225fe
7 changed files with 0 additions and 45 deletions
2
install
2
install
|
@ -55,7 +55,6 @@ LINKED_FILES_HOME=(
|
||||||
".config/i3"
|
".config/i3"
|
||||||
".config/maven"
|
".config/maven"
|
||||||
".config/mpv"
|
".config/mpv"
|
||||||
".config/newsboat"
|
|
||||||
".config/npm"
|
".config/npm"
|
||||||
".config/octave"
|
".config/octave"
|
||||||
".config/pacman"
|
".config/pacman"
|
||||||
|
@ -66,7 +65,6 @@ LINKED_FILES_HOME=(
|
||||||
".config/sqlite3"
|
".config/sqlite3"
|
||||||
".config/streamlink"
|
".config/streamlink"
|
||||||
".config/sxhkd"
|
".config/sxhkd"
|
||||||
".config/task"
|
|
||||||
".config/Trolltech.conf"
|
".config/Trolltech.conf"
|
||||||
".config/user-dirs.dirs"
|
".config/user-dirs.dirs"
|
||||||
".config/user-dirs.locale"
|
".config/user-dirs.locale"
|
||||||
|
|
|
@ -31,13 +31,6 @@ nextcloud &
|
||||||
# Merge .Xresources on boot
|
# Merge .Xresources on boot
|
||||||
xrdb -merge "${XDG_CONFIG_HOME}/X11/xresources"
|
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
|
dbus-update-activation-environment --systemd DISPLAY
|
||||||
eval "$(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)"
|
eval "$(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)"
|
||||||
export SSH_AUTH_SOCK
|
export SSH_AUTH_SOCK
|
||||||
|
|
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
31345
|
|
|
@ -1 +0,0 @@
|
||||||
cache-file /tmp/news.cache
|
|
|
@ -1,2 +0,0 @@
|
||||||
http://stadt-bremerhaven.de/feed
|
|
||||||
http://feeds.arstechnica.com/arstechnica/index
|
|
|
@ -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
|
|
Loading…
Add table
Add a link
Reference in a new issue