mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
the restart command does not exist in the sway config
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
|
||||
|
|
Loading…
Reference in a new issue