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 | |
parent | 23148a28b0486b6a77efa2de638727d9c16a3128 (diff) |
Added setwall script missing from previus commits
-rwxr-xr-x | scripts/Scripts/lc | 2 | ||||
-rwxr-xr-x | scripts/Scripts/setwall | 3 | ||||
-rw-r--r-- | vim/.vimrc | 2 |
3 files changed, 5 insertions, 2 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 diff --git a/scripts/Scripts/setwall b/scripts/Scripts/setwall new file mode 100755 index 0000000..c153aeb --- /dev/null +++ b/scripts/Scripts/setwall @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +feh --bg-scale Pictures/defaultWall.* @@ -110,7 +110,7 @@ set shellslash \ ], \} -" File finding +" File management " Fuzzy like menu set path+=** set wildmenu |