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

manjaro_开机启动配置 #16

Open
huangcong12 opened this issue Nov 2, 2022 · 0 comments
Open

manjaro_开机启动配置 #16

huangcong12 opened this issue Nov 2, 2022 · 0 comments

Comments

@huangcong12
Copy link
Owner

huangcong12 commented Nov 2, 2022

背景

manjaro xfce 版本安装完成后,会自带一些开机启动,有时候想把自带的开机启动替换成自己的,比如剪切板工具

管理开机启动的目录

目录:

/home/{用户}/.config/autostart

在这里有当前系统开机启动的所有应用,只要增删这里的脚本即可
图片

希望把剪切板替换成 copyQ,打开xfce4-clipman-plugin-autostart.desktop

[Desktop Entry]
Hidden=false
TryExec=xfce4-clipman
Exec=xfce4-clipman

调整成如下,并把当前文件名字改成copyq.desktop

[Desktop Entry]
Hidden=false
TryExec=copyq
Exec=copyq

改完还需要到打开copyq选项,增加一个运行快捷键:ctrl + ;
图片

增加自定义启动脚本

希望把 alttab 的服务设置成开机启动

[Desktop Entry]
Hidden=false
TryExec=alttab -d 1 -sc 1 -fg "#FFFAFA" -bg "#4a4a4a" -frame "#1E90FF" -t 256x300 -i 254x128
Exec=alttab -d 1 -sc 1 -fg "#FFFAFA" -bg "#4a4a4a" -frame "#1E90FF" -t 256x300 -i 254x128    

图片

参考1:https://github.com/MregXN/blogs/issues/2,没有按照这里的弄

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