From 2d4a2da8ca10b71cdf472914ff739ac0adf97a0b Mon Sep 17 00:00:00 2001 From: 53hornet Date: Mon, 20 Dec 2021 10:37:39 -0500 Subject: feat: move xautolock to xinitrc, fix i3 mail refresh --- .config/i3/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.config/i3') diff --git a/.config/i3/config b/.config/i3/config index 15db7a8..d3a268c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -11,7 +11,8 @@ hide_edge_borders smart set $locker xautolock -locknow set $mod Mod1 set $sigaudio pkill -75 i3blocks -set $syncmail mbsync -c ~/.config/mbsync/mbsyncrc -a && pkill -77 i3blocks && notify-send 'Email updated' +set $syncmail "mbsync -c ~/.config/mbsync/mbsyncrc -a && pkill -77 i3blocks && notify-send Mail synced" +set $mail "alacritty -e zsh -i -c 'cd ~/downloads ; mutt ; cd - ' ; mbsync -c ~/.config/mbsync/mbsyncrc -a && pkill -77 i3blocks && notify-send Mail synced" title_align center workspace_auto_back_and_forth yes @@ -123,7 +124,7 @@ bindsym $mod+shift+F1 exec firefox /usr/local/share/doc/freebsd/handbook/book. bindsym $mod+F2 exec firefox bindsym $mod+shift+F2 exec firefox --private-window bindsym $mod+F3 exec url_handler.sh -bindsym $mod+F4 exec alacritty -e zsh -i -c 'cd ~/downloads && mutt && cd -' && $syncmail +bindsym $mod+F4 exec $mail bindsym $mod+shift+F4 exec $syncmail bindsym $mod+F5 exec alacritty -e zsh -i -c 'newsboat && pkill -78 i3blocks' bindsym $mod+F6 exec --no-startup-id dict.sh -- cgit v1.2.3