We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My System specs:
Slackware 15.0 Openbox 3.6.1 openrazer 3.5.1
I'm trying to add razer-cli --restore to work at system startup, without having to always type it out when I log into X.
razer-cli --restore
I've tried creating a .desktop file and then running it from the /.config/autostart start path;
/.config/autostart
[Desktop Entry] Version=1.0 Name=razer-cli Exec=razer-cli --restore Icon=openrazer-chroma Terminal=false Type=Application Categories=Utility; StartupNotify=false
I've added the command two ways in my .xinitrc;
exec razer-cli --restore exec /usr/bin/razer-cli --restore
I've also tried adding the cmd from the Openbox autostart.sh two ways at /.config/openbox/;
razer-cli --restore & /usr/bin/razer-cli --restore &
Nothing works, I can't auto start this, I always have to type the cmd in a terminal when I log into X.
How can I autostart razer-cli --restore?
Here is the /.cache/razer-cli/razer-cli-settings.json. (changed to .txt to upload)
razer-cli-settings.txt
THANKS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
My System specs:
Slackware 15.0
Openbox 3.6.1
openrazer 3.5.1
I'm trying to add
razer-cli --restore
to work at system startup, without having to always type it out when I log into X.I've tried creating a .desktop file and then running it from the
/.config/autostart
start path;[Desktop Entry]
Version=1.0
Name=razer-cli
Exec=razer-cli --restore
Icon=openrazer-chroma
Terminal=false
Type=Application
Categories=Utility;
StartupNotify=false
I've added the command two ways in my .xinitrc;
exec razer-cli --restore
exec /usr/bin/razer-cli --restore
I've also tried adding the cmd from the Openbox autostart.sh two ways at /.config/openbox/;
razer-cli --restore &
/usr/bin/razer-cli --restore &
Nothing works, I can't auto start this, I always have to type the cmd in a terminal when I log into X.
How can I autostart
razer-cli --restore
?Here is the /.cache/razer-cli/razer-cli-settings.json. (changed to .txt to upload)
razer-cli-settings.txt
THANKS
The text was updated successfully, but these errors were encountered: