diff options
author | Julian T <julian@jtle.dk> | 2020-02-16 19:13:09 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-02-16 19:13:09 +0100 |
commit | ff080aa4be923715d4bf5b7a6d00290d322bc67b (patch) | |
tree | 4f55a7077820ef8626c7ec7781474d980ed637f7 /scripts/Scripts/lc | |
parent | 23148a28b0486b6a77efa2de638727d9c16a3128 (diff) |
Added setwall script missing from previus commits
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 c44ce19..b67491b 100755 --- a/scripts/Scripts/lc +++ b/scripts/Scripts/lc @@ -53,7 +53,7 @@ handle_stuff() { vboxmanage startvm "Windows xp" fi if [ "$1" = "wall" ]; then - feh --bg-tile Pictures/defaultWall.* + ~/Scripts/setwall fi if [ "$1" = "mic" ]; then amixer set Capture toggle |