* Add executable attribute.
* Use ${HOME} instead of ~ because the tilde was not expanding.
5 lines
79 B
Bash
Executable File
5 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
pkill swaybg
|
|
swaybg -i "${HOME}/.config/sway/sway.png" -m fill &
|
|
|