summaryrefslogtreecommitdiffstats
path: root/.scripts/tools/setbg
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-02-02 13:10:43 -0500
committerGitHub <noreply@github.com>2019-02-02 13:10:43 -0500
commita37aba2078c083fecb9761e5dd6c740cf1414989 (patch)
tree3b9e126da9cf874285718c91702fb14501a3faf5 /.scripts/tools/setbg
parent18378660cae369465f520fb656c64b59dc0c5411 (diff)
parent1bffcd12c363064829682e16690430a118d962a4 (diff)
downloadeibhear-a37aba2078c083fecb9761e5dd6c740cf1414989.tar.gz
eibhear-a37aba2078c083fecb9761e5dd6c740cf1414989.tar.zst
eibhear-a37aba2078c083fecb9761e5dd6c740cf1414989.zip
Merge branch 'master' into dmenuumount
Diffstat (limited to '.scripts/tools/setbg')
-rwxr-xr-x.scripts/tools/setbg2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/tools/setbg b/.scripts/tools/setbg
index 00e996a..c9e4a94 100755
--- a/.scripts/tools/setbg
+++ b/.scripts/tools/setbg
@@ -1,4 +1,4 @@
#!/bin/sh
# Sets the background. If given an argument, will set file as background.
[ ! -z "$1" ] && cp "$1" ~/.config/wall.png && notify-send -i "$HOME/.config/wall.png" "Wallpaper changed."
-xwallpaper --center ~/.config/wall.png
+xwallpaper --maximize ~/.config/wall.png