From ff080aa4be923715d4bf5b7a6d00290d322bc67b Mon Sep 17 00:00:00 2001 From: Julian T Date: Sun, 16 Feb 2020 19:13:09 +0100 Subject: Added setwall script missing from previus commits --- scripts/Scripts/lc | 2 +- scripts/Scripts/setwall | 3 +++ vim/.vimrc | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100755 scripts/Scripts/setwall 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.* diff --git a/vim/.vimrc b/vim/.vimrc index 0ed97d2..13234bb 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -110,7 +110,7 @@ set shellslash \ ], \} -" File finding +" File management " Fuzzy like menu set path+=** set wildmenu -- cgit v1.2.3