diff options
Diffstat (limited to 'scripts/Scripts/lc')
-rwxr-xr-x | scripts/Scripts/lc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Scripts/lc b/scripts/Scripts/lc index 8b9fbcd..dba58f0 100755 --- a/scripts/Scripts/lc +++ b/scripts/Scripts/lc @@ -42,7 +42,7 @@ handle_stuff() { fi if [ "$1" = "wall" ]; then - $HOME/Scripts/setwall -A + setwall --config $WALLCONFIG fi if [ "$1" = "remember" ]; then |