Added khal/libinput in i3
This commit is contained in:
parent
b890907204
commit
c317066f1c
5 changed files with 125 additions and 0 deletions
27
config/khal/config
Normal file
27
config/khal/config
Normal file
|
@ -0,0 +1,27 @@
|
|||
[calendars]
|
||||
[[default]]
|
||||
path = ~/.calendars/default/
|
||||
color = dark red
|
||||
[[birthdays]]
|
||||
path = ~/.calendars/contact_birthdays
|
||||
color = yellow
|
||||
|
||||
[sqlite]
|
||||
path = ~/.khal/khal.db
|
||||
|
||||
[locale]
|
||||
local_timezone = Europe/Paris
|
||||
default_timezone = Europe/Paris
|
||||
|
||||
timeformat = %H:%M
|
||||
dateformat = %d.%m.
|
||||
longdateformat = %d.%m.%Y
|
||||
datetimeformat = %d.%m. %H:%M
|
||||
longdatetimeformat = %d.%m.%Y %H:%M
|
||||
|
||||
firstweekday = 0
|
||||
|
||||
[default]
|
||||
default_command = calendar
|
||||
default_calendar = default
|
||||
highlight_event_days = True # the default is False
|
Loading…
Add table
Add a link
Reference in a new issue