commit be5448c07218b807bfc0195d475be0da7598d96d
parent 1062898217cf39ce776408034505dfd95d12d53a
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 31 Dec 2018 09:31:44 +0100
Change UI layout and calendar format
Diffstat:
2 files changed, 9 insertions(+), 22 deletions(-)
diff --git a/links/.calcurse/conf b/links/.calcurse/conf
@@ -1,7 +1,7 @@
appearance.calendarview=monthly
appearance.compactpanels=no
appearance.defaultpanel=calendar
-appearance.layout=1
+appearance.layout=5
appearance.notifybar=yes
appearance.sidebarwidth=1
appearance.theme=red on default
@@ -16,10 +16,12 @@ general.autogc=no
general.autosave=yes
general.confirmdelete=yes
general.confirmquit=no
-general.firstdayofweek=sunday
+general.firstdayofweek=monday
general.periodicsave=0
general.progressbar=yes
general.systemdialogs=no
notification.command=printf '\a'
notification.notifyall=flagged-only
notification.warning=300
+appearance.headingpos=right-justified
+format.dayheading=%B %-d, %Y
diff --git a/links/.calcurse/keys b/links/.calcurse/keys
@@ -1,25 +1,10 @@
#
# Calcurse keys configuration file
#
-# This file sets the keybindings used by Calcurse.
-# Lines beginning with "#" are comments, and ignored by Calcurse.
-# To assign a keybinding to an action, this file must contain a line
-# with the following syntax:
-#
-# ACTION KEY1 KEY2 ... KEYn
-#
-# Where ACTION is what will be performed when KEY1, KEY2, ..., or KEYn
-# will be pressed.
-#
-# To define bindings which use the CONTROL key, prefix the key with 'C-'.
-# The escape, space bar and horizontal Tab key can be specified using
-# the 'ESC', 'SPC' and 'TAB' keyword, respectively.
-# Arrow keys can also be specified with the UP, DWN, LFT, RGT keywords.
-# Last, Home and End keys can be assigned using 'KEY_HOME' and 'KEY_END'
-# keywords.
-#
-# A description of what each ACTION keyword is used for is available
-# from calcurse online configuration menu.
+# In this file the keybindings used by Calcurse are defined.
+# It is generated automatically by Calcurse and is maintained
+# via the key configuration menu of the interactive user
+# interface. It should not be edited directly.
generic-cancel ESC
generic-select SPC
@@ -42,7 +27,7 @@ generic-add-todo ^T
generic-prev-day T ^H
generic-next-day t ^L
generic-prev-week W ^K
-generic-next-week w ^J
+generic-next-week w RET
generic-prev-month M
generic-next-month m
generic-prev-year Y