Last active
January 18, 2022 19:35
-
-
Save hxss/cfcf1b0ec5fe135b0a0e6911d852058a to your computer and use it in GitHub Desktop.
blueberry #110 workaround
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /home/hxss/.config/systemd/user/blueberry-tray.service | |
[Unit] | |
Description=Blueberry tray icon | |
After=graphical-session.target | |
After=bluetooth.target | |
[Service] | |
Type=forking | |
ExecStart=blueberry-tray | |
[Install] | |
WantedBy=graphical-session.target | |
WantedBy=bluetooth.target |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /home/hxss/.config/systemd/user/xsession.target | |
[Unit] | |
Description=Xsession running | |
BindsTo=graphical-session.target |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /home/hxss/.config/autostart/xsession.target.start.desktop | |
[Desktop Entry] | |
Type=Application | |
Name=xsession.target.start | |
Exec=systemctl --user start xsession.target |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /home/hxss/.config/autostart/xsession.target.stop.desktop | |
[Desktop Entry] | |
Type=Application | |
Name=xsession.target.stop | |
Exec=systemctl --user stop xsession.target | |
RunHook=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment