diff options
Diffstat (limited to 'packages/x11/x11-common/etc/X11/Xinit.d/01xrandr')
-rw-r--r-- | packages/x11/x11-common/etc/X11/Xinit.d/01xrandr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/x11/x11-common/etc/X11/Xinit.d/01xrandr b/packages/x11/x11-common/etc/X11/Xinit.d/01xrandr new file mode 100644 index 0000000000..abde87d53c --- /dev/null +++ b/packages/x11/x11-common/etc/X11/Xinit.d/01xrandr @@ -0,0 +1,4 @@ +#!/bin/sh + +xrandr -o normal + |