diff options
| author | 2025-06-19 11:18:03 +0300 | |
|---|---|---|
| committer | 2025-06-20 12:03:01 +0300 | |
| commit | 972802e532d8b5955a7509ad949f9fc542300125 (patch) | |
| tree | f762339466980a48d168fbd6b8dbdb686d9db07c | |
| parent | Чт 19 июн 2025 02:57:51 MSK (diff) | |
| download | dotfiles-972802e532d8b5955a7509ad949f9fc542300125.tar.gz dotfiles-972802e532d8b5955a7509ad949f9fc542300125.tar.bz2 dotfiles-972802e532d8b5955a7509ad949f9fc542300125.tar.xz dotfiles-972802e532d8b5955a7509ad949f9fc542300125.zip | |
Чт 19 июн 2025 11:18:03 MSK
| -rw-r--r-- | config/hypr/hyprland.conf | 6 | ||||
| -rw-r--r-- | config/mutt/muttrc | 59 | ||||
| -rw-r--r-- | config/mutt/signature | 3 |
3 files changed, 64 insertions, 4 deletions
diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 906c791..6d07adb 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -3,10 +3,8 @@ ################ # See https://wiki.hyprland.org/Configuring/Monitors/ -monitor=,preferred,auto,auto -monitor=DP-7,1920x1080,auto,auto -monitor=DP-9,1920x1080,auto,auto - +monitor=,prefered,auto,auto +monitor = desc:HKC OVERSEAS LIMITED 0x2160 0x00000001,1920x1080,auto,auto ################### ### MY PROGRAMS ### ################### diff --git a/config/mutt/muttrc b/config/mutt/muttrc new file mode 100644 index 0000000..c0d2213 --- /dev/null +++ b/config/mutt/muttrc @@ -0,0 +1,59 @@ +set use_from = yes +set editor='nvim' +set sort = reverse-threads +#set sort=threads +set sort_aux = last-date-received + +set fast_reply=yes +set include=yes +set forward_quote=yes +set delete=yes + +set imap_keepalive = 900 +set copy = no +set move = no + +set message_cachedir = ~/.mutt/cache/bodies +set certificate_file = ~/.mutt/certificates + +set ssl_starttls = yes +set ssl_force_tls = yes + +set menu_scroll +set pager_index_lines=6 +# scroll message line by line using arraws +bind pager <up> previous-line +bind pager <down> next-line + +# old unread messages +color index green default "~O" + +# new unread messages +color index brightgreen default "~N" + +# messages to me +color index cyan default "~p" +color index brightcyan default "~p~O" +color index brightcyan default "~p~N" + +# messages from me +color index yellow default "~P" + +# tagged messages +color index red default "~T" + +# messages about to be deleted +color index brightyellow default "~D" + +# message displaying settings +color hdrdefault green default +color header brightgreen default ^Subject: +color quoted cyan default +color signature red default + +source ~/.mutt/gpg.rc + +macro index,pager A "<save-message>=Archive<enter>" "mark message as Archived" +macro index,pager S "<save-message>=Spam<enter>" "mark message as Spam" + +source ~/neonxp.muttrc diff --git a/config/mutt/signature b/config/mutt/signature new file mode 100644 index 0000000..1d55439 --- /dev/null +++ b/config/mutt/signature @@ -0,0 +1,3 @@ +Alexander NeonXP Kiryukhin + +9E49 0BBE 2F1F 82C9 15F8 F440 96BF 11A6 7E3C 75F6 |
