Template: gamemode/add_user_to_group
Type: note
Description: GameMode Configuration
 To enable all GameMode features, add your user to the `gamemode' group with the following command:
 .
 sudo usermod -aG gamemode <username>
 .
 After adding your user to the group, please re-login for the changes to take effect.
 .
 You may also enable GameMode automatically as you log in with the following command:
 .
 systemctl --user enable gamemoded
 .
 This command enables GameMode to launch automatically upon login.
Description-zh_CN.UTF-8: GameMode 配置贴士
 要利用 GameMode 的所有功能，请使用如下命令将您的用户添加到 `gamemode' 用户组：
 .
 sudo usermod -aG gamemode <用户名>
 .
 完成后，请重新登录以使更改生效。
 .
 如果您希望在登录时默认启用 GameMode，输入如下命令：
 .
 systemctl enable gamemode --user
 .
 即可让 GameMode 在登录时自动启动。
