mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +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
|
### Examples
|
||||||
|
|
||||||
# These two shortcuts are equivalent for US keyboards
|
# These two shortcuts are equivalent for US keyboards
|
||||||
bindsym Ctrl+Shift+1 restart
|
bindsym Ctrl+Shift+1 kill
|
||||||
bindsym Ctrl+exclam restart
|
bindsym Ctrl+exclam kill
|
||||||
|
|
||||||
# These shortcuts are equivalent and will both exit when, for
|
# These shortcuts are equivalent and will both exit when, for
|
||||||
# instance, Control_L, P and Q are pressed simultaneously
|
# instance, Control_L, P and Q are pressed simultaneously
|
||||||
|
|
Loading…
Reference in a new issue