Created
May 12, 2020 12:22
-
-
Save glefait/4d1bdf13e6efb925968e94bae19839e9 to your computer and use it in GitHub Desktop.
raspian + solaar : stop annoying window
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
$ cat /etc/xdg/autostart/solaar.desktop | |
[Desktop Entry] | |
Name=Solaar | |
Comment=Logitech Unifying Receiver peripherals manager | |
Exec='solaar --window=hide' | |
Icon=solaar | |
StartupNotify=false | |
Terminal=false | |
Type=Application | |
Keywords=logitech;unifying;receiver;mouse;keyboard; | |
Categories=Utility;GTK; | |
#Categories=Utility;GTK;Settings;HardwareSettings; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment