[FIX][I3] Correct or remove comments

This commit is contained in:
Bruno BELANYI 2019-10-29 13:07:42 +01:00
parent b628c4df21
commit ae5d77e52d

View file

@ -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"