fix: xrandr command
This commit is contained in:
parent
52f767326a
commit
e091a4c61e
4
.xinitrc
4
.xinitrc
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
xrandr \
|
xrandr \
|
||||||
--output eDP-1 --primary \
|
--output eDP-1 --auto --primary \
|
||||||
--output HDMI-2 --right-of-eDP-1
|
--output HDMI-2 --auto --right-of eDP-1
|
||||||
|
|
||||||
# fix touchscreen
|
# fix touchscreen
|
||||||
xinput --map-to-output 'Raydium Corporation Raydium Touch System' 'eDP-1'
|
xinput --map-to-output 'Raydium Corporation Raydium Touch System' 'eDP-1'
|
||||||
|
Loading…
Reference in New Issue
Block a user