From ae5d77e52dd8bb3b0156f41dda91cd7c2fd172e1 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 29 Oct 2019 13:07:42 +0100 Subject: [PATCH] [FIX][I3] Correct or remove comments --- i3/.config/i3/config | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index bdda58f..628c13f 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -221,11 +221,10 @@ bar { } } -# Shtudown menu +# Shutdown menu set $mode_shutdown (l)ock, (e)xit, switch_(u)ser, (s)uspend, (h)ibernate, (r)eboot, (Shift+s)hutdown mode "$mode_shutdown" { - # FIXME: add scripts folder to git bindsym l exec --no-startup-id i3exit lock, mode "default" bindsym s exec --no-startup-id i3exit suspend, mode "default" bindsym u exec --no-startup-id i3exit switch_user, mode "default"