dotfiles/bin/update-background.sh

4 lines
106 B
Bash
Raw Normal View History

2021-04-08 13:50:21 +00:00
#!/bin/bash
# (one of "stretch", "fill", "fit", "center", "tile")
swaymsg "output * bg ~/.background fit"