summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/rofi/config2
-rw-r--r--.config/tilda/config_06
-rw-r--r--.gitconfig2
-rw-r--r--.mutt/gymli2
-rw-r--r--.mutt/tech2
-rw-r--r--.muttrc3
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="<Super>t"
addtab_key="<Shift><Control>t"
fullscreen_key="F11"
@@ -31,7 +31,7 @@ web_browser="xdg-open"
increase_font_size_key="<Control>equal"
decrease_font_size_key="<Control>minus"
normalize_font_size_key="<Control>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 <pipe-message>'git am -s' 'Apply patch in git repo'
macro pager \cb <pipe-entry>'urlview'<enter> 'Follow links with urlview'
-macro index,pager S ":set confirmappend=no resolve=no\n<clear-flag>N<tag-prefix><save-message>=Spam\n" 'Mark message as read and move into Spam folder'
+macro index,pager S "<save-message>=Spam<enter><enter-command>echo 'Saved to Spam'<enter>" 'Mark message as read and move into Spam folder'
+macro index,pager R "<save-message>=Archive<enter><enter-command>echo 'Saved to Archive'<enter>" 'Move message to archives'
macro index,pager <f2> '<sync-mailbox><enter-command>source ~/.mutt/gymli<enter><change-folder>!<enter>
macro index,pager <f3> '<sync-mailbox><enter-command>source ~/.mutt/tech<enter><change-folder>!<enter>