Use user systemctl to enable libinput-gestures
This commit is contained in:
parent
72e79e10a2
commit
007afc588f
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Categories=System;Monitor;
|
Categories=System;Monitor;
|
||||||
Comment=Does the initial user setup
|
Comment=Does the initial user setup
|
||||||
Exec=systemctl --user enable --now psd;systemctl --user enable --now pulseaudio-bluetooth-autoconnect;systemctl --user enable --now gamemoded;libinput-gestures-setup autostart;libinput-gestures-setup start;setup_dxvk install;rm ~/.config/autostart/initial-user-setup.desktop
|
Exec=systemctl --user enable --now psd;systemctl --user enable --now pulseaudio-bluetooth-autoconnect;systemctl --user enable --now gamemoded;systemctl --user enable --now libinput-gestures;setup_dxvk install;rm ~/.config/autostart/initial-user-setup.desktop
|
||||||
Icon=setup
|
Icon=setup
|
||||||
Name=Initial user setup
|
Name=Initial user setup
|
||||||
StartupNotify=false
|
StartupNotify=false
|
||||||
|
|
Loading…
Reference in a new issue