bspwm, sxhkd: Update to use Conspiracy daemon
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
# SOFTWARE.
|
||||
|
||||
# Load session startup script
|
||||
dtfscript="$HOME/.concession/concede"
|
||||
if [[ -x "$dtfscript" ]]; then
|
||||
source "$dtfscript"
|
||||
dtfscript="$HOME/.concession/conspiracy"
|
||||
if [ -x "$dtfscript" ]; then
|
||||
"$dtfscript"&
|
||||
exit 0
|
||||
fi
|
||||
unset dtfscript
|
||||
|
Reference in New Issue
Block a user