minor update
This commit is contained in:
parent
fe11684920
commit
077d78553c
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
start() {
|
||||
pidof -sx $1 || setsid $@
|
||||
pidof -sx $1 || $@ &
|
||||
}
|
||||
|
||||
xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share}/bg" &
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8812cace6b51f5982e66f8feca37bff43a2fcd2b
|
||||
Subproject commit eabf4d81bdbb48773468a3c07dc2f4c462556d53
|
Loading…
Add table
Reference in a new issue