-
Notifications
You must be signed in to change notification settings - Fork 175
Autostart
elenapan edited this page Dec 13, 2024
·
1 revision
There are some commands you might want to run automatically when logging in.
In order to do that, simply place them in your ~/.xprofile
. You may create the file if it does not exist.
This method should work on all window managers.
Here is an example ~/.xprofile
:
# Load Xresources
xrdb -load ~/.Xresources
# Start compositor
picom --config ~/.config/picom/picom.conf &
# Start KDEconnect
/usr/lib/kdeconnectd &