Created
November 23, 2017 09:15
-
-
Save kazuhisya/883a17430ab527fd474373c93b6c29e7 to your computer and use it in GitHub Desktop.
.config/autostart/albert.desktop
This file contains 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
#!/usr/bin/env xdg-open | |
[Desktop Entry] | |
Categories=Utility; | |
Comment=A desktop agnostic launcher | |
Exec=env QT_SCALE_FACTOR=0.5 albert | |
GenericName=Albert | |
Icon=albert | |
Name=Albert | |
StartupNotify=false | |
Type=Application | |
Version=0.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment