From a0f189c25d25a4ae9d571c58e582d72cd2a8f88e Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Thu, 11 Mar 2021 21:32:20 +0100 Subject: [PATCH] Update shutdown_menu --- .config/i3/scripts/shutdown_menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/i3/scripts/shutdown_menu b/.config/i3/scripts/shutdown_menu index 585dc26..390e273 100644 --- a/.config/i3/scripts/shutdown_menu +++ b/.config/i3/scripts/shutdown_menu @@ -115,7 +115,7 @@ typeset -A menu # Menu with keys/commands menu=( - [  Shutdown]="systemctl poweroff" + [ Shutdown]="systemctl poweroff" [ Reboot]="systemctl reboot" [ Suspend]="systemctl suspend" [ Lock]="~/.config/i3/scripts/blur-lock.sh"