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