aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/khal/khal.conf2
-rw-r--r--.mutt/attachments.rc2
-rw-r--r--.mutt/muttrc3
-rw-r--r--.ncmpcpp/config35
4 files changed, 22 insertions, 20 deletions
diff --git a/.config/khal/khal.conf b/.config/khal/khal.conf
index 2c8d523..5e4fa78 100644
--- a/.config/khal/khal.conf
+++ b/.config/khal/khal.conf
@@ -84,10 +84,12 @@ dateformat = %d.%m.
longdateformat = %d.%m.%Y
datetimeformat = %d.%m. %H:%M
longdatetimeformat = %d.%m.%Y %H:%M
+
firstweekday = 0
weeknumbers = left
[default]
default_command = agenda
default_calendar = private
+# in agenda/calendar display, shows all days even if there is no event
show_all_days = False
diff --git a/.mutt/attachments.rc b/.mutt/attachments.rc
new file mode 100644
index 0000000..693f174
--- /dev/null
+++ b/.mutt/attachments.rc
@@ -0,0 +1,2 @@
+set mime_forward=yes
+set mime_forward_rest=yes
diff --git a/.mutt/muttrc b/.mutt/muttrc
index 831c7d4..f990e46 100644
--- a/.mutt/muttrc
+++ b/.mutt/muttrc
@@ -13,6 +13,9 @@ source "~/.mutt/mailboxes.rc"
# sorting
source "~/.mutt/sorting.rc"
+# attachments
+source "~/.mutt/attachments.rc"
+
# khard (contacts)
source "~/.mutt/khard.rc"
diff --git a/.ncmpcpp/config b/.ncmpcpp/config
index 7a4aba0..26c1a3c 100644
--- a/.ncmpcpp/config
+++ b/.ncmpcpp/config
@@ -6,24 +6,19 @@ mpd_crossfade_time = "1"
external_editor = "/usr/bin/vim"
use_console_editor = "yes"
-## SCRIPT
-#execute_on_song_change = "notify_mpc > /dev/null"
-
## DISPLAY MODE - classic/columns
playlist_display_mode = "columns"
browser_display_mode = "columns"
search_engine_display_mode = "columns"
## FORMAT
-#song_library_format = "{%n - }{%t}|{%f}"
-#song_list_format = "{%a - }{%b [%y] - }{%t}|{$8%f$9}$R{$3(%l)$9}"
-song_list_format = "$3{%A }|{%a }$7{%b }$0{%t}| $4$R{%7l}$9"
+song_list_format = "$3{%A}|{%a}$7{%b}$0{%t}|{$4$R{%7l}$9}"
song_columns_list_format = "(25)[cyan]{a} (5f)[green]{y} (30)[cyan]{b} (3f)[green]{n} (30)[cyan]{t|f} (6f)[red]{l}"
## COLOR
-header_window_color = "cyan"
-main_window_color = "cyan"
-main_window_highlight_color = "green"
+header_window_color = "cyan"
+main_window_color = "cyan"
+main_window_highlight_color = "green"
# LYRICS
lyrics_directory = "~/.lyrics"
@@ -32,13 +27,13 @@ follow_now_playing_lyrics = "yes"
fetch_lyrics_for_current_song_in_background = "yes"
## INTERFACE
-user_interface = "alternative"
-now_playing_prefix = "$r"
-now_playing_suffix = "$/r"
-ignore_leading_the = "no"
-mouse_support = "yes"
-autocenter_mode = "yes"
-centered_cursor = "yes"
+user_interface = "alternative"
+now_playing_prefix = "$r"
+now_playing_suffix = "$/r"
+ignore_leading_the = "no"
+mouse_support = "yes"
+autocenter_mode = "yes"
+centered_cursor = "yes"
# PROGRESSBAR
progressbar_look = "<|>"
@@ -46,13 +41,13 @@ progressbar_color = "red"
progressbar_elapsed_color = "cyan"
#default_space_mode = "select"
-header_visibility = "no"
-statusbar_visibility = "no"
-titles_visibility = "no"
+header_visibility = "no"
+statusbar_visibility = "no"
+titles_visibility = "no"
#screen_switcher_mode = "sequence: 2 -> 3 -> 9 -> 10"
locked_screen_width_part = 50
ask_for_locked_screen_width_part = "no"
-empty_tag_marker = ""
+empty_tag_marker = ""
#LASTFM
lastfm_preferred_language = "en"