calcurse
This commit is contained in:
parent
1190762b8c
commit
c21029bdd2
3 changed files with 15 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -219,7 +219,6 @@ pcmanfm-qt/
|
|||
cni/
|
||||
btop/
|
||||
gtk-2.0/
|
||||
calcurse/keys
|
||||
khard/
|
||||
msmtp/
|
||||
.android/
|
||||
|
@ -227,7 +226,6 @@ Android Open Source Project/
|
|||
Google/
|
||||
gpick/
|
||||
org.keshavnrj.ubuntu/
|
||||
calcurse/
|
||||
uad/
|
||||
isync/
|
||||
notmuch/
|
||||
|
|
14
calcurse/conf
Normal file
14
calcurse/conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
general.confirmquit=no
|
||||
general.firstdayofweek=sunday
|
||||
appearance.layout=5
|
||||
appearance.compactpanels=yes
|
||||
appearance.defaultpanel=todo
|
||||
appearance.sidebarwidth=30
|
||||
appearance.notifybar=no
|
||||
appearance.headerline=no
|
||||
appearance.eventseparator=no
|
||||
appearance.dayseparator=no
|
||||
appearance.emptyline=no
|
||||
appearance.emptyday=
|
||||
appearance.theme=blue on default
|
||||
format.inputdate=4
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
[user]
|
||||
email = tavo@tavo.one
|
||||
name = tavo@tavo.one
|
||||
name = tavo
|
||||
signingKey = tavo@tavo.one
|
||||
|
||||
[tag]
|
||||
|
|
Loading…
Reference in a new issue