diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-02-27 15:55:01 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-02-27 15:55:01 +0100 |
commit | 2b1e81af5435011175756a3d2a4957c6845add60 (patch) | |
tree | 161de97e2e2b6af511f26192b1ea18919697d39a /config/home | |
parent | 6011657bb01895a33751e4a38b371ca3e7381242 (diff) | |
parent | 46b968bbe1e3b308b50a4f16ea365a64a5bf6e3a (diff) |
Merge branch 'main' of autumn:dotfiles
Diffstat (limited to 'config/home')
-rwxr-xr-x | config/home/.xprofile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/home/.xprofile b/config/home/.xprofile index 9051049..42996e8 100755 --- a/config/home/.xprofile +++ b/config/home/.xprofile @@ -12,6 +12,8 @@ if [ "$(hostname)" = "winter" ]; then ) & fi +~/src/xobs/env/bin/python ~/src/xobs/pulse.py | xob & + picom -b & # xautolock -locker slock & |