Added khal/libinput in i3
This commit is contained in:
parent
b890907204
commit
c317066f1c
5 changed files with 125 additions and 0 deletions
25
config/khard/khard.conf
Normal file
25
config/khard/khard.conf
Normal file
|
@ -0,0 +1,25 @@
|
|||
[addressbooks]
|
||||
[[default]]
|
||||
path = ~/.contacts/default
|
||||
|
||||
[general]
|
||||
default_action = list
|
||||
editor = vim
|
||||
merge_editor = vimdiff
|
||||
|
||||
[contact table]
|
||||
display = first_name
|
||||
group_by_addressbook = no
|
||||
reverse = no
|
||||
show_nicknames = no
|
||||
show_uids = yes
|
||||
sort = last_name
|
||||
localize_dates = yes
|
||||
preferred_phone_number_type = pref, cell, home
|
||||
preferred_email_address_type = pref, home, work
|
||||
|
||||
[vcard]
|
||||
private_objects =
|
||||
preferred_version = 3.0
|
||||
search_in_source_files = no
|
||||
skip_unparsable = no
|
32
config/khard/khard.conf.old
Normal file
32
config/khard/khard.conf.old
Normal file
|
@ -0,0 +1,32 @@
|
|||
# example configuration file for khard version > 0.14.0
|
||||
# place it under ~/.config/khard/khard.conf
|
||||
# This file is parsed by the configobj library. The syntax is described at
|
||||
# https://configobj.readthedocs.io/en/latest/configobj.html#the-config-file-format
|
||||
|
||||
[addressbooks]
|
||||
[[default]]
|
||||
path = ~/.contacts/default/
|
||||
|
||||
[general]
|
||||
debug = yes
|
||||
default_action = list
|
||||
# These are either strings or comma seperated lists
|
||||
editor = vim, -i, NONE
|
||||
merge_editor = vimdiff
|
||||
|
||||
[contact table]
|
||||
display = first_name
|
||||
group_by_addressbook = no
|
||||
reverse = no
|
||||
show_nicknames = no
|
||||
show_uids = yes
|
||||
sort = last_name
|
||||
localize_dates = yes
|
||||
preferred_phone_number_type = pref, cell, home
|
||||
preferred_email_address_type = pref, work, home
|
||||
|
||||
[vcard]
|
||||
private_objects = Jabber, Skype, Twitter
|
||||
preferred_version = 3.0
|
||||
search_in_source_files = no
|
||||
skip_unparsable = no
|
Loading…
Add table
Add a link
Reference in a new issue