]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - README
README: Add.
[config/dotfiles.git] / README
1 README
2 ======
3
4 Useful X11 related commands.
5
6
7 xrandr
8 ------
9
10 Auto detect monitor modes and arrange monitors:
11
12     xrandr --output LVDS1 --auto --output VGA1 --auto --right-of LVDS1
13
14 Disable a monitor, important after disconnect:
15
16     xrandr --output VGA1 --off