From 633291d2429d3b94a63a4f2c74fcc81acea00b49 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 17 Jul 2016 22:22:39 +0200 Subject: Fix syntax error --- herbstluftwm/.config/herbstluftwm/autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'herbstluftwm') diff --git a/herbstluftwm/.config/herbstluftwm/autostart b/herbstluftwm/.config/herbstluftwm/autostart index b737463..985b89f 100755 --- a/herbstluftwm/.config/herbstluftwm/autostart +++ b/herbstluftwm/.config/herbstluftwm/autostart @@ -5,7 +5,7 @@ # This simple function saves a lot of keystrokes when editing this # configuration. Instead of typing "herbstluftwm" everywhere, I can # just type "hc". This is part of the default configuration. -function hc() { herbstclient "$@" } +function hc() { herbstclient "$@"; } # This function picks a random wallpaper from a list collection. function random-wallpaper() { -- cgit v1.2.3-54-g00ecf