From c0210882237140d3f847416fe0213e6dd6fe4481 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Fri, 4 Mar 2022 18:48:07 +0100 Subject: [PATCH 1/6] [scripts] feat: bulk now defaults to OGG convertion --- .local/bin/bulk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/bulk b/.local/bin/bulk index 68470cf..82e6f50 100755 --- a/.local/bin/bulk +++ b/.local/bin/bulk @@ -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" From f33c1ff1edb9ad8d10ee4c24b8d6e6d91798727d Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Fri, 4 Mar 2022 19:16:06 +0100 Subject: [PATCH 2/6] [dunst] feat: update config with upstream --- .config/dunst/dunstrc | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index aca8360..aad0cc1 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -38,13 +38,7 @@ # Scale factor. It is auto-detected if value is 0. scale = 0 - # Maximum number of notification (0 means no limit) - notification_limit = 0 - - ### Progress bar ### - - # Turn on the progess bar. It appears when a progress hint is passed with - # for example dunstify -h int:value:12 + # Turn on the progess bar progress_bar = true # Set the progress bar height. This includes the frame, so make sure @@ -237,16 +231,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. From 8b111f0f5842be0d2cfb0fa4446de2411ba7ec5c Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Fri, 4 Mar 2022 19:16:40 +0100 Subject: [PATCH 3/6] [mbsync] fix: must precise where to store Inbox --- .config/mbsync/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/mbsync/config b/.config/mbsync/config index 621a9a6..79edeeb 100644 --- a/.config/mbsync/config +++ b/.config/mbsync/config @@ -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 From dc8c813b361a02b67f0fff8a6670eb873616155e Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Fri, 4 Mar 2022 19:17:35 +0100 Subject: [PATCH 4/6] [mail] feat: add various dirs for mailo account --- .config/mutt/accounts/3-david.julien@mailo.com.muttrc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.config/mutt/accounts/3-david.julien@mailo.com.muttrc b/.config/mutt/accounts/3-david.julien@mailo.com.muttrc index a7d2f75..e35cd6b 100644 --- a/.config/mutt/accounts/3-david.julien@mailo.com.muttrc +++ b/.config/mutt/accounts/3-david.julien@mailo.com.muttrc @@ -23,7 +23,7 @@ set signature="/home/swytch/.config/mutt/accounts/mailo.signature" unmacro index o macro index o "mailsync" "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 "=sent" "go to sent" macro index,pager Ms ";=sent" "move mail to sent" @@ -47,3 +47,12 @@ macro index,pager Cf ";=farigoule" "copy mail to farigoule" macro index,pager gp "=promo_fanfare" "go to promo_fanfare" macro index,pager Mp ";=promo_fanfare" "move mail to promo_fanfare" macro index,pager Cp ";=promo_fanfare" "copy mail to promo_fanfare" +macro index,pager gm "=mediapart" "go to mediapart" +macro index,pager Mm ";=mediapart" "move mail to mediapart" +macro index,pager Cm ";=mediapart" "copy mail to mediapart" +macro index,pager gg "=git" "go to git" +macro index,pager Mg ";=git" "move mail to git" +macro index,pager Cg ";=git" "copy mail to git" +macro index,pager gh "=sosh" "go to sosh" +macro index,pager Mh ";=sosh" "move mail to sosh" +macro index,pager Ch ";=sosh" "copy mail to sosh" From 888c3399322f420019c1bf8e212ae0aa6d0bb19d Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Fri, 4 Mar 2022 19:17:57 +0100 Subject: [PATCH 5/6] [mail] fix: don't autosign mail for centrale account --- .../accounts/4-david.julien@centrale-marseille.fr.muttrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/mutt/accounts/4-david.julien@centrale-marseille.fr.muttrc b/.config/mutt/accounts/4-david.julien@centrale-marseille.fr.muttrc index 6529ec5..a4aa0c7 100644 --- a/.config/mutt/accounts/4-david.julien@centrale-marseille.fr.muttrc +++ b/.config/mutt/accounts/4-david.julien@centrale-marseille.fr.muttrc @@ -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 "mailsync" "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 "=Sent" "go to sent" macro index,pager Ms ";=Sent" "move mail to sent" @@ -36,6 +36,10 @@ macro index,pager gt "=Trash" "go to trash" macro index,pager Mt ";=Trash" "move mail to trash" macro index,pager Ct ";=Trash" "copy mail to trash" set trash = "+Trash" +macro index,pager gi "=INBOX" "go to inbox" +macro index,pager Mi ";=INBOX" "move mail to inbox" +macro index,pager Ci ";=INBOX" "copy mail to inbox" +set spoolfile = "+INBOX" macro index,pager gf "=Fanfare" "go to fanfare" macro index,pager Mf ";=Fanfare" "move mail to fanfare" macro index,pager Cf ";=Fanfare" "copy mail to fanfare" From 7cca8731e051cbed8d2d526f184d9eee47eb4209 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Fri, 4 Mar 2022 19:18:28 +0100 Subject: [PATCH 6/6] [tmux] fix: lowerleft icon --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index eac9399..9454053 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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 \