blob: c805b0d950755cdb1e825e16cb6272ce127851b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/sh
# ~/.xprofile
#
# This is run when a display manager logs in.
# Used as source for ~/.xinitrc.
picom & # Transparency and stuff.
dunst & # Notifications.
nm-applet & # Network manager.
udiskie & # Drive mounting.
flameshot & # Screenshots.
|