Skip to content
New issue

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

Gnome autostart #57

Open
ysl2 opened this issue May 2, 2024 · 0 comments
Open

Gnome autostart #57

ysl2 opened this issue May 2, 2024 · 0 comments

Comments

@ysl2
Copy link
Owner

ysl2 commented May 2, 2024

~/.config/autostart/Autostart.desktop

[Desktop Entry]
Type=Application
Name=Autostart
Exec=/home/yusongli/.autostart.sh > /dev/null 2>&1
Comment=Autostart script
X-GNOME-Autostart-enabled=true

~/.autostart.sh (Make sure this script is chmod 777)

#!/bin/bash

fcitx5 > /dev/null 2>&1 &
bash ~/.scripts/wm/autostart/keyboard.sh > /dev/null 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant