Feat: switch monitors
This commit is contained in:
parent
701f09df2a
commit
edf7c81bf2
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
nm-applet &
|
||||
pasystray &
|
||||
xrandr --output VGA-1 --off --output DVI-D-1 --mode 1920x1080 --pos 0x420 --rotate normal --output HDMI-1 --mode 1920x1080 --pos 1920x0 --rotate right &
|
||||
xrandr --output VGA-1 --off --output DVI-D-1 --mode 1920x1080 --pos 1080x376 --rotate normal --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate left
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
xrandr --output VGA-1 --off --output DVI-D-1 --mode 1920x1080 --pos 0x420 --rotate normal --output HDMI-1 --mode 1920x1080 --pos 1920x0 --rotate right
|
||||
xrandr --output VGA-1 --off --output DVI-D-1 --mode 1920x1080 --pos 1080x376 --rotate normal --output HDMI-1 --mode 1920x1080 --pos 0x0 --rotate left
|
||||
|
Loading…
Reference in New Issue
Block a user