Чт 19 июн 2025 11:18:03 MSK
This commit is contained in:
parent
26341d565a
commit
972802e532
3 changed files with 64 additions and 4 deletions
|
@ -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 ###
|
||||
###################
|
||||
|
|
59
config/mutt/muttrc
Normal file
59
config/mutt/muttrc
Normal file
|
@ -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
|
3
config/mutt/signature
Normal file
3
config/mutt/signature
Normal file
|
@ -0,0 +1,3 @@
|
|||
Alexander NeonXP Kiryukhin
|
||||
|
||||
9E49 0BBE 2F1F 82C9 15F8 F440 96BF 11A6 7E3C 75F6
|
Loading…
Add table
Add a link
Reference in a new issue