diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-15 19:48:22 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-01-15 19:48:22 -0500 |
| commit | 00d5e97f32147d6ef30c07cf00b00bc1f2538056 (patch) | |
| tree | 855a4bceab4660878e788af1d51f90d72833aa45 /.scripts/tools/setbg | |
| parent | 4c658cf8b33337d50dcc44ea939751317c118455 (diff) | |
| download | eibhear-00d5e97f32147d6ef30c07cf00b00bc1f2538056.tar.gz eibhear-00d5e97f32147d6ef30c07cf00b00bc1f2538056.tar.zst eibhear-00d5e97f32147d6ef30c07cf00b00bc1f2538056.zip | |
for small displays
Diffstat (limited to '.scripts/tools/setbg')
| -rwxr-xr-x | .scripts/tools/setbg | 2 |
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 |
