aboutsummaryrefslogtreecommitdiffstats
path: root/x/.xprofile
diff options
context:
space:
mode:
authorphilw <dscr@duck.com>2024-02-10 20:00:48 +0100
committerphilw <dscr@duck.com>2024-02-10 20:00:48 +0100
commit51573d35e989d45f047b0b34fd9293be459d346b (patch)
treea59277e4b8c841a196de792e507d635a3db14ba2 /x/.xprofile
downloaddotfiles-51573d35e989d45f047b0b34fd9293be459d346b.tar.gz
dotfiles-51573d35e989d45f047b0b34fd9293be459d346b.zip
Update dots
Diffstat (limited to 'x/.xprofile')
-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"