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/
|
cni/
|
||||||
btop/
|
btop/
|
||||||
gtk-2.0/
|
gtk-2.0/
|
||||||
calcurse/keys
|
|
||||||
khard/
|
khard/
|
||||||
msmtp/
|
msmtp/
|
||||||
.android/
|
.android/
|
||||||
|
@ -227,7 +226,6 @@ Android Open Source Project/
|
||||||
Google/
|
Google/
|
||||||
gpick/
|
gpick/
|
||||||
org.keshavnrj.ubuntu/
|
org.keshavnrj.ubuntu/
|
||||||
calcurse/
|
|
||||||
uad/
|
uad/
|
||||||
isync/
|
isync/
|
||||||
notmuch/
|
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]
|
[user]
|
||||||
email = tavo@tavo.one
|
email = tavo@tavo.one
|
||||||
name = tavo@tavo.one
|
name = tavo
|
||||||
signingKey = tavo@tavo.one
|
signingKey = tavo@tavo.one
|
||||||
|
|
||||||
[tag]
|
[tag]
|
||||||
|
|
Loading…
Reference in a new issue