diff options
Diffstat (limited to '')
-rwxr-xr-x | .config/openbox/autostart | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 8a795d2..8a61946 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -44,8 +44,10 @@ startif() { pgrep "$(basename "$1")" >/dev/null || "$@" >/dev/null 2>&1 & } - export LANG='en_US.UTF-8' +if [ $(hostname -s) = mother ]; then + "$HOME"/.local/bin/scr.sh +fi startif dunst startif picom startif mpd-notification |