diff options
author | Joe <bousset.rudy@gmail.com> | 2023-02-18 23:49:46 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-02-18 23:49:46 +0100 |
commit | fde186b3b68c04ce519d1d86fa6e329f346e0b08 (patch) | |
tree | ee0893c6e6c1aed8adc104af2b71e4f67bc50f6d | |
parent | up (diff) | |
download | dotfiles-bsd-fde186b3b68c04ce519d1d86fa6e329f346e0b08.tar.gz dotfiles-bsd-fde186b3b68c04ce519d1d86fa6e329f346e0b08.tar.bz2 dotfiles-bsd-fde186b3b68c04ce519d1d86fa6e329f346e0b08.tar.xz dotfiles-bsd-fde186b3b68c04ce519d1d86fa6e329f346e0b08.tar.zst dotfiles-bsd-fde186b3b68c04ce519d1d86fa6e329f346e0b08.zip |
up
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 |