From 723e67595d6b0bb48726a873830ff5342015de28 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Wed, 3 Feb 2021 21:49:53 -0600 Subject: Updated to 2021 --- .config/rofi/config | 2 +- .config/tilda/config_0 | 6 +++--- .gitconfig | 2 ++ .mutt/gymli | 2 ++ .mutt/tech | 2 ++ .muttrc | 3 ++- 6 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.config/rofi/config b/.config/rofi/config index 37c2fbc..0406648 100644 --- a/.config/rofi/config +++ b/.config/rofi/config @@ -1 +1 @@ -rofi.theme: /usr/share/rofi/themes/sidebar.rasi +rofi.theme: /usr/share/rofi/themes/Arc-Dark.rasi diff --git a/.config/tilda/config_0 b/.config/tilda/config_0 index ce01002..c094aae 100644 --- a/.config/tilda/config_0 +++ b/.config/tilda/config_0 @@ -1,6 +1,6 @@ tilda_config_version="1.5.0" -# command="" -font="Fira Code 11" +command="" +font="Fantasque Sans Mono 10" key="t" addtab_key="t" fullscreen_key="F11" @@ -31,7 +31,7 @@ web_browser="xdg-open" increase_font_size_key="equal" decrease_font_size_key="minus" normalize_font_size_key="0" -# show_on_monitor="" +show_on_monitor="" word_chars="-A-Za-z0-9,./?%&#:_" lines=5000 x_pos=171 diff --git a/.gitconfig b/.gitconfig index bf77822..9be6815 100644 --- a/.gitconfig +++ b/.gitconfig @@ -10,3 +10,5 @@ [pull] rebase = false +[init] + defaultBranch = master diff --git a/.mutt/gymli b/.mutt/gymli index 04b49c4..3a47176 100644 --- a/.mutt/gymli +++ b/.mutt/gymli @@ -5,6 +5,8 @@ set folder = imaps://mail.gymli.xyz set spoolfile = +INBOX set postponed = +Drafts set record = +Sent +unmailboxes * +mailboxes =INBOX =Sent =Trash =Drafts =Junk =Archive ## SMTP set smtp_url = smtp://$imap_user:$imap_pass@mail.gymli.xyz diff --git a/.mutt/tech b/.mutt/tech index 1ed6028..675909d 100644 --- a/.mutt/tech +++ b/.mutt/tech @@ -5,6 +5,8 @@ set folder = imaps://outlook.office365.com set spoolfile = +INBOX set postponed = +Drafts set record = "+Sent Items" +unmailboxes * +mailboxes =INBOX =Drafts "=Sent Items" "=Deleted Items" ## SMTP set smtp_url = smtp://$imap_user:$imap_pass@smtp.office365.com diff --git a/.muttrc b/.muttrc index 1ab5968..ec832ec 100644 --- a/.muttrc +++ b/.muttrc @@ -36,7 +36,8 @@ bind index _ collapse-all # Macros macro index,pager A 'git am -s' 'Apply patch in git repo' macro pager \cb 'urlview' 'Follow links with urlview' -macro index,pager S ":set confirmappend=no resolve=no\nN=Spam\n" 'Mark message as read and move into Spam folder' +macro index,pager S "=Spamecho 'Saved to Spam'" 'Mark message as read and move into Spam folder' +macro index,pager R "=Archiveecho 'Saved to Archive'" 'Move message to archives' macro index,pager 'source ~/.mutt/gymli! macro index,pager 'source ~/.mutt/tech! -- cgit v1.2.3