summaryrefslogtreecommitdiff
path: root/.xprofile
blob: 59835a5a577bbf11fa50e4a46546ae6df690c445 (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.

picom &			# Transparency and stuff.
dunst & 		# Notifications.
nm-applet & 	# Network manager.
udiskie & 		# Drive mounting.
flameshot &		# Screenshots.
pasystray &		# Pulse Audio tray icon.