summaryrefslogtreecommitdiffstats
path: root/.config/openbox
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2023-02-18 23:49:46 +0100
committerJoe <bousset.rudy@gmail.com>2023-02-18 23:49:46 +0100
commitfde186b3b68c04ce519d1d86fa6e329f346e0b08 (patch)
treeee0893c6e6c1aed8adc104af2b71e4f67bc50f6d /.config/openbox
parentup (diff)
downloaddotfiles-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 '.config/openbox')
-rwxr-xr-x.config/openbox/autostart4
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