3 lines
106 B
Bash
Executable file
3 lines
106 B
Bash
Executable file
#!/bin/bash
|
|
# (one of "stretch", "fill", "fit", "center", "tile")
|
|
swaymsg "output * bg ~/.background fit"
|