Skip to content

Autostart

elenapan edited this page Aug 2, 2020 · 1 revision

Autostart

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 &
Clone this wiki locally