summaryrefslogtreecommitdiffstats
path: root/.scripts/tools/setbg
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-01-15 19:48:22 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-01-15 19:48:22 -0500
commit00d5e97f32147d6ef30c07cf00b00bc1f2538056 (patch)
tree855a4bceab4660878e788af1d51f90d72833aa45 /.scripts/tools/setbg
parent4c658cf8b33337d50dcc44ea939751317c118455 (diff)
downloadeibhear-00d5e97f32147d6ef30c07cf00b00bc1f2538056.tar.gz
eibhear-00d5e97f32147d6ef30c07cf00b00bc1f2538056.tar.zst
eibhear-00d5e97f32147d6ef30c07cf00b00bc1f2538056.zip
for small displays
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