Use mw sync on F8 (#819)
Related to https://github.com/LukeSmithxyz/voidrice/pull/815
This commit is contained in:
parent
3b642aaa9e
commit
b768fc601e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue