diff options
-rw-r--r-- | .config/khal/config | 20 | ||||
-rw-r--r-- | .config/packages-community.txt | 2 | ||||
-rw-r--r-- | .vdirsyncer/config | 2 | ||||
-rw-r--r-- | .xserverrc | 2 |
4 files changed, 16 insertions, 10 deletions
diff --git a/.config/khal/config b/.config/khal/config index 3e6026c..d808a0f 100644 --- a/.config/khal/config +++ b/.config/khal/config @@ -4,37 +4,41 @@ [[local]] path = ~/.calendars/local readonly = True -color = light red +color = 'light red' # cloud.sleepmap.de [[birthdays]] path = ~/.calendars/contact_birthdays readonly = True -color = white +color = 'white' [[concerts]] path = ~/.calendars/concerts -color = brown +color = 'brown' [[flat]] path = ~/.calendars/flat -color = light blue +color = 'light blue' [[live]] path = ~/.calendars/live -color = light magenta +color = 'light magenta' [[private]] path = ~/.calendars/private -color = dark cyan +color = 'dark cyan' [[work]] path = ~/.calendars/work -color = dark magenta +color = 'dark magenta' [[t4]] path = ~/.calendars/bus_shared_by_t4 -color = dark cyan +color = 'dark cyan' + +[[nanni]] +path = ~/.calendars/personal_shared_by_nanni +color = 'light magenta' [sqlite] path = ~/.config/khal/khal.db diff --git a/.config/packages-community.txt b/.config/packages-community.txt index 0667244..edba02d 100644 --- a/.config/packages-community.txt +++ b/.config/packages-community.txt @@ -42,6 +42,7 @@ dssi dssi-vst ecasound elyxer +eq10q eteroj.lv2 fabla faust @@ -112,6 +113,7 @@ nomacs non-daw non-sequencer ntk +osc2midi padthv1 patchage patchmatrix diff --git a/.vdirsyncer/config b/.vdirsyncer/config index ebd9acc..39926ab 100644 --- a/.vdirsyncer/config +++ b/.vdirsyncer/config @@ -23,7 +23,7 @@ password.fetch = ["command", "~/bin/pass2vdirsyncer", "dave", "cloud.sleepmap.de [pair dave_calendar] a = "dave_calendar_local" b = "dave_calendar_remote" -collections = ["concerts", "contact_birthdays", "live", "flat", "private", "work", "bus_shared_by_t4"] +collections = ["concerts", "contact_birthdays", "live", "flat", "private", "work", "bus_shared_by_t4", "personal_shared_by_nanni"] [storage dave_calendar_local] type = "filesystem" @@ -1,2 +1,2 @@ #!/bin/sh -exec /usr/bin/Xorg -nolisten tcp -keeptty "$@" vt$XDG_VTNR +exec /usr/bin/Xorg -nolisten tcp -keeptty "$@" vt$XDG_VTNR > ~/.log/xorg.log 2>&1 |