the restart command does not exist in the sway config

felix 2019-05-01 23:48:01 +02:00
parent da492b7b5a
commit 01bea1bb7f

@ -27,8 +27,8 @@ xkb keycodes are typically `scancode + 8`.
### Examples
# These two shortcuts are equivalent for US keyboards
bindsym Ctrl+Shift+1 restart
bindsym Ctrl+exclam restart
bindsym Ctrl+Shift+1 kill
bindsym Ctrl+exclam kill
# These shortcuts are equivalent and will both exit when, for
# instance, Control_L, P and Q are pressed simultaneously