4 lines
81 B
Bash
4 lines
81 B
Bash
#!/bin/zsh
|
|
source $HOME/.config/wryn/env.zsh
|
|
[ ! $DISPLAY ] && export DISPLAY=:0
|