8 lines
170 B
Bash
Executable file
8 lines
170 B
Bash
Executable file
#!/bin/sh
|
|
export DISPLAY=:0
|
|
export XAUTHORITY=/home/crater2150/.Xauthority
|
|
if ! pidof awesome; then sleep 5; exit; fi
|
|
|
|
exec 2>&1
|
|
exec /home/crater2150/.local/bin/taralli
|