Fix syntax error
This commit is contained in:
parent
6d07c19488
commit
633291d242
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue