From 01bea1bb7f0e678b4846608a05b3d1fbc2442e24 Mon Sep 17 00:00:00 2001 From: felix Date: Wed, 1 May 2019 23:48:01 +0200 Subject: [PATCH] the restart command does not exist in the sway config --- Shortcut-handling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shortcut-handling.md b/Shortcut-handling.md index b536c79..2999ddb 100644 --- a/Shortcut-handling.md +++ b/Shortcut-handling.md @@ -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