diff options
| author | luukvbaal <31730729+luukvbaal@users.noreply.github.com> | 2018-11-19 11:23:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-19 11:23:46 +0100 |
| commit | b43773293ad764c6d1cb1359c362960eb3ddb499 (patch) | |
| tree | 9fcb5060bef15e5766243547fe3b2d0c628342ac | |
| parent | b52886fc6cce9fe9e401bfebe435b38a9284e12a (diff) | |
| download | eibhear-b43773293ad764c6d1cb1359c362960eb3ddb499.tar.gz eibhear-b43773293ad764c6d1cb1359c362960eb3ddb499.tar.zst eibhear-b43773293ad764c6d1cb1359c362960eb3ddb499.zip | |
update i3 config
Update statusbar modules when closing from i3 bind, for mutt as well while we're at it.
| -rw-r--r-- | .config/i3/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/i3/config b/.config/i3/config index 3db8e69..536dc49 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -139,7 +139,7 @@ bindsym $mod+Shift+q [con_id="__focused__" instance="^(?!dropdowncalc|tmuxdd).* bindsym $mod+w exec $term -e nmtui bindsym $mod+Shift+w exec --no-startup-id $BROWSER -bindsym $mod+e exec $term -e neomutt +bindsym $mod+e exec $term -e neomutt && pkill -RTMIN+12 i3blocks bindsym $mod+Shift+e exec --no-startup-id tutorialvids bindsym $mod+r exec $term -e ranger @@ -209,7 +209,7 @@ bindsym $mod+Shift+v exec --no-startup-id projectM-pulseaudio bindsym $mod+b bar mode toggle bindsym $mod+Shift+b floating toggle; sticky toggle; exec --no-startup-id bottomleft -bindsym $mod+n exec $term -e newspod +bindsym $mod+n exec $term -e newspod && pkill -RTMIN+6 i3blocks ##bindsym $mod+Shift+n bindsym $mod+m exec --no-startup-id $term -e ncmpcpp @@ -397,7 +397,7 @@ bindsym XF86TouchpadOff exec --no-startup-id synclient TouchpadOff=1 bindsym XF86Suspend exec --no-startup-id lockscreen bindsym XF86Close kill bindsym XF86WebCam exec --no-startup-id camtoggle -bindsym XF86Mail exec $term -e neomutt +bindsym XF86Mail exec $term -e neomutt && pkill -RTMIN+12 i3blocks bindsym XF86Messenger exec $term -e weechat bindsym XF86Search exec $BROWSER https://duckduckgo.com ##bindsym XF86Go exec |
