From 9a355dcb928707d9751ae6422649bb744e8fa5ff Mon Sep 17 00:00:00 2001 From: Micha Rosenbaum Date: Thu, 12 Mar 2015 11:18:12 +0100 Subject: [PATCH] Fix comment box --- i3-dmenu-desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3-dmenu-desktop b/i3-dmenu-desktop index a941ce1b..cc72f101 100755 --- a/i3-dmenu-desktop +++ b/i3-dmenu-desktop @@ -306,7 +306,7 @@ for my $app (keys %apps) { # }; # ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ -# ┃ Run dmenu to ask the user for their choice ┃ +# ┃ Run dmenu to ask the user for their choice ┃ # ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ # open2 will just make dmenu’s STDERR go to our own STDERR. -- 2.39.5