]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - x11/README
vim: surround: update to e4c4cc0f816515fbb7e87076a988604b2d163daa
[config/dotfiles.git] / x11 / 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