diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-09-12 20:34:54 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-09-12 20:34:54 +0100 |
commit | 6e26873bc1cff72a2e97cad21124c58b2cdcb276 (patch) | |
tree | 6e5e3790e09d1538e86859b3d452c8064ee0a21e | |
parent | eecf7b8c552f03a15a37b0bd26e0550f3463baf7 (diff) |
[khal] Add work calendar
-rw-r--r-- | khal/.config/khal/khal.conf | 5 | ||||
-rw-r--r-- | qutebrowser/.config/qutebrowser/qsettings/QtProject.conf | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/khal/.config/khal/khal.conf b/khal/.config/khal/khal.conf index 27c90ec..2cfb434 100644 --- a/khal/.config/khal/khal.conf +++ b/khal/.config/khal/khal.conf @@ -4,7 +4,12 @@ path = ~/.calendars/home/ color = dark green + [[work]] + path = ~/.calendars/work/ + color = dark blue + [default] default_calendar = home print_new = event timedelta = 7d + highlight_event_days = True diff --git a/qutebrowser/.config/qutebrowser/qsettings/QtProject.conf b/qutebrowser/.config/qutebrowser/qsettings/QtProject.conf index b2a0669..b429b24 100644 --- a/qutebrowser/.config/qutebrowser/qsettings/QtProject.conf +++ b/qutebrowser/.config/qutebrowser/qsettings/QtProject.conf @@ -1,8 +1,8 @@ [FileDialog] -history=file:///home/urbain/Dropbox/toprint -lastVisited=file:///home/urbain/Dropbox/toprint -qtVersion=5.6.0 +history=file:///home/urbain/Dropbox/toprint, file:///home/urbain/Pictures/family +lastVisited=file:///home/urbain/Pictures/family +qtVersion=5.7.0 shortcuts=file:, file:///home/urbain sidebarWidth=90 -treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xec\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xff\0\0\0\x1\0\0\0\0\0\0\0?\0\0\0\x1\0\0\0\0\0\0\0@\0\0\0\x1\0\0\0\0\0\0\0n\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0) +treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xec\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xff\0\0\0\x1\0\0\0\0\0\0\0?\0\0\0\x1\0\0\0\0\0\0\0@\0\0\0\x1\0\0\0\0\0\0\0n\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff) viewMode=Detail |