From b768fc601e9b587aa800cd0656a8eee170bd1c93 Mon Sep 17 00:00:00 2001 From: Igor Line Date: Wed, 23 Sep 2020 15:37:24 +0200 Subject: [PATCH] Use mw sync on F8 (#819) Related to https://github.com/LukeSmithxyz/voidrice/pull/815 --- .config/i3/config | 2 +- .config/sxhkd/sxhkdrc | 2 +- 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}