aboutsummaryrefslogtreecommitdiffstats
path: root/x/.xprofile
diff options
context:
space:
mode:
Diffstat (limited to 'x/.xprofile')
-rw-r--r--x/.xprofile16
1 files changed, 0 insertions, 16 deletions
diff --git a/x/.xprofile b/x/.xprofile
deleted file mode 100644
index f08c8fc..0000000
--- a/x/.xprofile
+++ /dev/null
@@ -1,16 +0,0 @@
1#!/bin/sh
2
3autostart="lxqt-policykit-agent mpd"
4
5for program in $autostart; do
6 pidof -sx "$program" || "$program" &
7done >/dev/null 2>&1
8
9xrandr --dpi 96
10xbacklight -set 2
11setxkbmap pl
12pipewire &
13~/.fehbg &
14picom -b &
15
16[ -n "$xrdbpid" ] && wait "$xrdbpid"