aboutsummaryrefslogtreecommitdiffstats
path: root/x/xprofile
diff options
context:
space:
mode:
Diffstat (limited to 'x/xprofile')
-rw-r--r--x/xprofile21
1 files changed, 21 insertions, 0 deletions
diff --git a/x/xprofile b/x/xprofile
new file mode 100644
index 0000000..19fca5d
--- /dev/null
+++ b/x/xprofile
@@ -0,0 +1,21 @@
1#!/bin/sh
2
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"
9
10for program in $autostart; do
11 pidof -sx "$program" || "$program" &
12done >/dev/null 2>&1
13
14xrandr --dpi 96
15xbacklight -set 2
16setxkbmap pl
17devmon &
18pipewire &
19~/.config/fehbg &
20
21[ -n "$xrdbpid" ] && wait "$xrdbpid"