summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/i3/config2
-rw-r--r--.config/i3blocks/config5
-rw-r--r--.config/mutt/mailcap2
3 files changed, 2 insertions, 7 deletions
diff --git a/.config/i3/config b/.config/i3/config
index d3a268c..6ff56d5 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -126,7 +126,7 @@ bindsym $mod+shift+F2 exec firefox --private-window
bindsym $mod+F3 exec url_handler.sh
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+F5 exec alacritty -e zsh -i -c 'newsboat && pkill -78 i3blocks'
bindsym $mod+F6 exec --no-startup-id dict.sh
#bindsym $mod+F7 exec
#bindsym $mod+F8 exec "killall pwcview || exec pwcview -f 30 -s sif"
diff --git a/.config/i3blocks/config b/.config/i3blocks/config
index 0b22813..9d8a2cf 100644
--- a/.config/i3blocks/config
+++ b/.config/i3blocks/config
@@ -24,11 +24,6 @@ interval=once
signal=12
command=unread=$(ls ~/.mail/gmail/Inbox/new/ | wc -l | cut -w -f2) ; [ $unread -gt 0 ] && printf "󰶋 %s\n" $unread && return 33 || return 0
-[news]
-interval=once
-signal=13
-command=unread=$(newsboat -x print-unread|cut -w -f1) && [ "$unread" != 0 ] && [ "$unread" != Authentication ] && printf "󰎕 %s\n" $unread || return 0
-
[weather]
interval=300
command=weather.sh
diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap
index 8603537..5be7302 100644
--- a/.config/mutt/mailcap
+++ b/.config/mutt/mailcap
@@ -1 +1 @@
-text/html; w3m -I %{charset} -T text/html; copiousoutput;
+text/html; w3m -s -I %{charset} -T text/html; copiousoutput;