From 8dbef4c2af904dc57a370c2f291a993d170be561 Mon Sep 17 00:00:00 2001 From: algonell Date: Sat, 28 Mar 2026 14:59:39 +0300 Subject: [PATCH] docs: align reload binding with config file --- content/_docs/userguide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_docs/userguide b/content/_docs/userguide index 171afda..c99d1a2 100644 --- a/content/_docs/userguide +++ b/content/_docs/userguide @@ -3096,7 +3096,7 @@ however you don’t need to (simply killing your X session is fine as well). *Examples*: ---------------------------- bindsym $mod+Shift+r restart -bindsym $mod+Shift+w reload +bindsym $mod+Shift+c reload bindsym $mod+Shift+e exit ----------------------------