aboutsummaryrefslogtreecommitdiffstats
path: root/x/.xprofile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--x/.xprofile14
1 files changed, 14 insertions, 0 deletions
diff --git a/x/.xprofile b/x/.xprofile
new file mode 100644
index 0000000..6f80fbd
--- /dev/null
+++ b/x/.xprofile
@@ -0,0 +1,14 @@
1#!/bin/sh
2
3autostart="lxpolkit mpd"
4
5for program in $autostart; do
6 pidof -sx "$program" || "$program" &
7done >/dev/null 2>&1
8
9xrandr --dpi 96
10setxkbmap pl
11wal -i ~/Repositories/rice/wp2062872.jpg &
12picom -b &
13
14[ -n "$xrdbpid" ] && wait "$xrdbpid"