mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
Added xrandr cheat
This commit is contained in:
parent
c0aad062ec
commit
c3f082eccf
11
cheat/cheatsheets/xrandr
Normal file
11
cheat/cheatsheets/xrandr
Normal file
@ -0,0 +1,11 @@
|
||||
# To enable HDMI2 output with maximal resolution:
|
||||
xrandr --output HDMI2 --auto
|
||||
|
||||
# To enable HDMI2 output with specific resolution:
|
||||
xrandr --output HDMI2 --mode 1280x800
|
||||
|
||||
# To enable HDMI2 output next to HDMI1 output:
|
||||
xrandr --output HDMI2 --auto --right-of HDMI1
|
||||
|
||||
# To disable HDMI2 output:
|
||||
xrandr --output HDMI2 --off
|
Loading…
Reference in New Issue
Block a user