Merge branch 'dev' into gentoo
dunst: update config according to upstream mail: fix centrale account add dirs to mailo tmux: fix lowerleft icon
This commit is contained in:
commit
c04f21a33b
@ -17,19 +17,22 @@
|
||||
# will be ignored.
|
||||
follow = keyboard
|
||||
|
||||
# The geometry of the window:
|
||||
# [{width}]x{height}[+/-{x}+/-{y}]
|
||||
# The geometry of the message window.
|
||||
# The height is measured in number of notifications everything else
|
||||
# in pixels. If the width is omitted but the height is given
|
||||
# ("-geometry x2"), the message window expands over the whole screen
|
||||
# (dmenu-like). If width is 0, the window expands to the longest
|
||||
# message displayed. A positive x is measured from the left, a
|
||||
# negative from the right side of the screen. Y is measured from
|
||||
# the top and down respectively.
|
||||
# The width can be negative. In this case the actual width is the
|
||||
# screen width minus the width defined in within the geometry option.
|
||||
geometry = "450x300-25+47"
|
||||
# dynamic width from 0 to 300
|
||||
# width = (0, 300)
|
||||
# constant width of 300
|
||||
width = 450
|
||||
|
||||
# The maximum height of a single notification, excluding the frame.
|
||||
height = 300
|
||||
|
||||
# Position the notification in the top right corner
|
||||
origin = top-right
|
||||
|
||||
# Offset from the origin
|
||||
offset = 25x47
|
||||
|
||||
# Scale factor. It is auto-detected if value is 0.
|
||||
scale = 0
|
||||
|
||||
# Turn on the progess bar
|
||||
progress_bar = true
|
||||
@ -250,16 +253,6 @@
|
||||
# user defined timeout.
|
||||
ignore_dbusclose = false
|
||||
|
||||
### Wayland ###
|
||||
# These settings are Wayland-specific. They have no effect when using X11
|
||||
|
||||
# Uncomment this if you want to let notications appear under fullscreen
|
||||
# applications (default: overlay)
|
||||
# layer = top
|
||||
|
||||
# Set this to true to use X11 output on Wayland.
|
||||
force_xwayland = false
|
||||
|
||||
### Legacy
|
||||
|
||||
# Use the Xinerama extension instead of RandR for multi-monitor support.
|
||||
|
@ -90,6 +90,7 @@ CertificateFile /etc/ssl/certs/ca-certificates.crt
|
||||
MaildirStore david.julien@centrale-marseille.fr-local
|
||||
Subfolders Verbatim
|
||||
Path /home/swytch/.local/share/mail/david.julien@centrale-marseille.fr/
|
||||
Inbox /home/swytch/.local/share/mail/david.julien@centrale-marseille.fr/INBOX
|
||||
|
||||
Channel david.julien@centrale-marseille.fr
|
||||
Expunge Both
|
||||
|
@ -23,7 +23,7 @@ set signature="/home/swytch/.config/mutt/accounts/mailo.signature"
|
||||
unmacro index o
|
||||
macro index o "<shell-escape>mailsync<enter>" "run mbsync to sync david.julien@mailo.com"
|
||||
|
||||
mailboxes "=sent" "=draftbox" "=trash" "=INBOX" "=farigoule" "=promo_fanfare"
|
||||
mailboxes "=sent" "=draftbox" "=trash" "=INBOX" "=farigoule" "=promo_fanfare" "=mediapart" "=git" "=sosh"
|
||||
set record = "+sent"
|
||||
macro index,pager gs "<change-folder>=sent<enter>" "go to sent"
|
||||
macro index,pager Ms ";<save-message>=sent<enter>" "move mail to sent"
|
||||
@ -47,3 +47,12 @@ macro index,pager Cf ";<copy-message>=farigoule<enter>" "copy mail to farigoule"
|
||||
macro index,pager gp "<change-folder>=promo_fanfare<enter>" "go to promo_fanfare"
|
||||
macro index,pager Mp ";<save-message>=promo_fanfare<enter>" "move mail to promo_fanfare"
|
||||
macro index,pager Cp ";<copy-message>=promo_fanfare<enter>" "copy mail to promo_fanfare"
|
||||
macro index,pager gm "<change-folder>=mediapart<enter>" "go to mediapart"
|
||||
macro index,pager Mm ";<save-message>=mediapart<enter>" "move mail to mediapart"
|
||||
macro index,pager Cm ";<copy-message>=mediapart<enter>" "copy mail to mediapart"
|
||||
macro index,pager gg "<change-folder>=git<enter>" "go to git"
|
||||
macro index,pager Mg ";<save-message>=git<enter>" "move mail to git"
|
||||
macro index,pager Cg ";<copy-message>=git<enter>" "copy mail to git"
|
||||
macro index,pager gh "<change-folder>=sosh<enter>" "go to sosh"
|
||||
macro index,pager Mh ";<save-message>=sosh<enter>" "move mail to sosh"
|
||||
macro index,pager Ch ";<copy-message>=sosh<enter>" "copy mail to sosh"
|
||||
|
@ -9,7 +9,7 @@ set header_cache = /home/swytch/.cache/mutt/david.julien@centrale-marseille.fr/h
|
||||
set message_cachedir = /home/swytch/.cache/mutt/david.julien@centrale-marseille.fr/bodies
|
||||
set mbox_type = Maildir
|
||||
|
||||
set crypt_autosign = yes
|
||||
set crypt_autosign = no
|
||||
set pgp_sign_as = "0x9F46CD164AE1E813"
|
||||
|
||||
bind index,pager gg noop
|
||||
@ -23,7 +23,7 @@ set signature="/home/swytch/.config/mutt/accounts/centrale.signature"
|
||||
unmacro index o
|
||||
macro index o "<shell-escape>mailsync<enter>" "run mbsync to sync david.julien@centrale-marseille.fr"
|
||||
|
||||
mailboxes "=Sent" "=Drafts" "=Trash" "=Fanfare"
|
||||
mailboxes "=Sent" "=Drafts" "=INBOX" "=Trash" "=Fanfare"
|
||||
set record = "+Sent"
|
||||
macro index,pager gs "<change-folder>=Sent<enter>" "go to sent"
|
||||
macro index,pager Ms ";<save-message>=Sent<enter>" "move mail to sent"
|
||||
@ -36,6 +36,10 @@ macro index,pager gt "<change-folder>=Trash<enter>" "go to trash"
|
||||
macro index,pager Mt ";<save-message>=Trash<enter>" "move mail to trash"
|
||||
macro index,pager Ct ";<copy-message>=Trash<enter>" "copy mail to trash"
|
||||
set trash = "+Trash"
|
||||
macro index,pager gi "<change-folder>=INBOX<enter>" "go to inbox"
|
||||
macro index,pager Mi ";<save-message>=INBOX<enter>" "move mail to inbox"
|
||||
macro index,pager Ci ";<copy-message>=INBOX<enter>" "copy mail to inbox"
|
||||
set spoolfile = "+INBOX"
|
||||
macro index,pager gf "<change-folder>=Fanfare<enter>" "go to fanfare"
|
||||
macro index,pager Mf ";<save-message>=Fanfare<enter>" "move mail to fanfare"
|
||||
macro index,pager Cf ";<copy-message>=Fanfare<enter>" "copy mail to fanfare"
|
||||
|
@ -10,7 +10,7 @@
|
||||
set-option -g status-style bg=color0 # bg=bg1, fg=fg1
|
||||
|
||||
set-option -g status-left "\
|
||||
#[fg=color8, bg=color7]#{?client_prefix,#[bg=color9],} ❐ #S "
|
||||
#[fg=color8, bg=color7]#{?client_prefix,#[bg=color9],} #S "
|
||||
|
||||
set-option -g status-right "\
|
||||
#[fg=color7, bg=color8] %b. %d \
|
||||
|
@ -11,5 +11,5 @@
|
||||
|
||||
|
||||
[ $1 = "" ] && 1="mv -i"
|
||||
[ $1 = "sox" ] && flags="-C 320"
|
||||
[ $1 = "sox" ] && flags="-C 6"
|
||||
\ls | $EDITOR - -c ":%s/.*/$1 \"&\" $flags \"&\"/g"
|
||||
|
Reference in New Issue
Block a user