summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Line <igorline@users.noreply.github.com>2020-09-23 15:37:24 +0200
committerGitHub <noreply@github.com>2020-09-23 09:37:24 -0400
commitb768fc601e9b587aa800cd0656a8eee170bd1c93 (patch)
treebecdd89214eae9da0fd392f3fa72a1215747f446
parent3b642aaa9e2c83be0c69bcaeeb29527e7c6b4471 (diff)
downloadeibhear-b768fc601e9b587aa800cd0656a8eee170bd1c93.tar.gz
eibhear-b768fc601e9b587aa800cd0656a8eee170bd1c93.tar.zst
eibhear-b768fc601e9b587aa800cd0656a8eee170bd1c93.zip
Use mw sync on F8 (#819)
Related to https://github.com/LukeSmithxyz/voidrice/pull/815
-rw-r--r--.config/i3/config2
-rw-r--r--.config/sxhkd/sxhkdrc2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 5553699..5647389 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -229,7 +229,7 @@ bindsym $mod+F4 exec --no-startup-id prompt "Hibernate computer?" "$hibernate"
bindsym $mod+F5 exec --no-startup-id $netrefresh
bindsym $mod+F6 exec --no-startup-id torwrap
bindsym $mod+F7 exec --no-startup-id td-toggle
-bindsym $mod+F8 exec --no-startup-id mailsync
+bindsym $mod+F8 exec --no-startup-id mw sync
bindsym $mod+F9 exec --no-startup-id dmenumount
bindsym $mod+F10 exec --no-startup-id dmenuumount
bindsym $mod+F11 exec --no-startup-id ducksearch
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc
index 1b89372..6c7c2e4 100644
--- a/.config/sxhkd/sxhkdrc
+++ b/.config/sxhkd/sxhkdrc
@@ -157,7 +157,7 @@ super + F7
td-toggle
# sync email
super + F8
- mailsync
+ mw sync
# Mount a USB drive or Android device
super + {F9,F10}
{dmenumount,dmenuumount}