dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 331fff829b07db57ea14e0839ef60b45c12f7ebb (tree)
parent 2ea229650786e2b1b20e485cbd2abfed042b9983
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Mon,  6 Jun 2022 08:50:19 +0300

make blueman-applet robust

Diffstat:
MX/.xsessionrc | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/X/.xsessionrc b/X/.xsessionrc @@ -8,7 +8,11 @@ fi . $HOME/.profile nm-applet & -blueman-applet & + +if [ $(hostname) != motiejus-20NYS8QG0B ]; then + blueman-applet & +fi + pnmixer & compton --daemon kdeconnect-indicator &