diff options
author | Julian T <julian@jtle.dk> | 2020-05-11 20:37:57 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-05-11 20:37:57 +0200 |
commit | 74ed27204ab3ad135dbc338f1ce3a3ca74adb477 (patch) | |
tree | 21cbec982656a6f22dc4a9da9f22d6a6d5b4ee15 /scripts | |
parent | 75f74a63f19c5b5a71dbb3e1b99b97d3067095fb (diff) |
Changes to xinit and better wallpaper setting
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/Scripts/setwall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Scripts/setwall b/scripts/Scripts/setwall index c153aeb..cb47f61 100755 --- a/scripts/Scripts/setwall +++ b/scripts/Scripts/setwall @@ -1,3 +1,3 @@ #!/usr/bin/env bash -feh --bg-scale Pictures/defaultWall.* +feh --bg-fill Pictures/defaultWall.* |