diff options
Diffstat (limited to 'x/xprofile')
| -rw-r--r-- | x/xprofile | 21 |
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 | |||
| 3 | export vblank_mode=0 | ||
| 4 | export __GL_SYNC_TO_VBLANK=0 | ||
| 5 | export SDL_HINT_RENDER_VSYNC=0 | ||
| 6 | export SDL_VIDEO_X11_DGAMOUSE=1 | ||
| 7 | |||
| 8 | autostart="mpd" | ||
| 9 | |||
| 10 | for program in $autostart; do | ||
| 11 | pidof -sx "$program" || "$program" & | ||
| 12 | done >/dev/null 2>&1 | ||
| 13 | |||
| 14 | xrandr --dpi 96 | ||
| 15 | xbacklight -set 2 | ||
| 16 | setxkbmap pl | ||
| 17 | devmon & | ||
| 18 | pipewire & | ||
| 19 | ~/.config/fehbg & | ||
| 20 | |||
| 21 | [ -n "$xrdbpid" ] && wait "$xrdbpid" | ||
