mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-07-14 14:25:49 +00:00
edited twinmon function
This commit is contained in:
6
zshrc
6
zshrc
@ -321,13 +321,11 @@ projctl () {
|
|||||||
|
|
||||||
twinmon () {
|
twinmon () {
|
||||||
FIRSTMON="LVDS1"
|
FIRSTMON="LVDS1"
|
||||||
FIRSTMONRESOL="1366x768"
|
|
||||||
SECONDMON="VGA1"
|
SECONDMON="VGA1"
|
||||||
SECONDMONRESOL="1280x1024"
|
|
||||||
if [[ $1 == "off" ]]; then
|
if [[ $1 == "off" ]]; then
|
||||||
xrandr --output $FIRSTMON --mode $FIRSTMONRESOL --primary --output $SECONDMON --off
|
xrandr --output $FIRSTMON --auto --primary --output $SECONDMON --off
|
||||||
else
|
else
|
||||||
xrandr --output $FIRSTMON --mode $FIRSTMONRESOL --primary --output $SECONDMON --mode $SECONDMONRESOL --left-of $FIRSTMON
|
xrandr --output $FIRSTMON --auto --primary --output $SECONDMON --auto --left-of $FIRSTMON
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user