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