some changes
This commit is contained in:
parent
8356149c44
commit
032947ab89
1 changed files with 91 additions and 91 deletions
|
@ -66,10 +66,10 @@ initialize_modules() {
|
||||||
sh "$SCRIPTS_DIR/redshift.sh"
|
sh "$SCRIPTS_DIR/redshift.sh"
|
||||||
;;
|
;;
|
||||||
wob)
|
wob)
|
||||||
fifo="/tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob"
|
foo="/tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob"
|
||||||
rm -f "$fifo"
|
rm -f "$foo"
|
||||||
mkfifo "$fifo"
|
mkfoo "$foo"
|
||||||
tail -f "$fifo" | wob &
|
tail -f "$foo" | wob &
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue