Use mw sync on F8 (#819)

Related to https://github.com/LukeSmithxyz/voidrice/pull/815
This commit is contained in:
Igor Line 2020-09-23 15:37:24 +02:00 committed by GitHub
parent 3b642aaa9e
commit b768fc601e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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}