Add an example .desktop file

As seen in Issue #45 (thanks OlliC)

This can be placed in ~/.local/share/applications/ to allow easier (re)launching of gamemode, in particular when the DISPLAY param is needed
This commit is contained in:
Marc Di Luzio 2018-05-16 08:40:32 +01:00
parent bd1f9bc543
commit fec4732740

View File

@ -0,0 +1,5 @@
[Desktop Entry]
Name=gamemoded
Exec=systemctl --user restart gamemoded.service
Type=Application
Terminal=false