-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path3.sh
More file actions
executable file
·18 lines (18 loc) · 790 Bytes
/
3.sh
File metadata and controls
executable file
·18 lines (18 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#immersed kill
screen -X -S immersed quit
#xrandr
xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
xrandr --addmode VIRTUAL1 1920x1080_60.00
xrandr --addmode VIRTUAL2 1920x1080_60.00
xrandr --addmode VIRTUAL3 1920x1080_60.00
xrandr --output VIRTUAL1 --mode 1920x1080_60.00 --right-of eDP1
xrandr --output VIRTUAL2 --mode 1920x1080_60.00 --right-of VIRTUAL1
xrandr --output VIRTUAL3 --mode 1920x1080_60.00 --right-of VIRTUAL2
xrandr --output VIRTUAL2 --primary
xrandr --output eDP1 --mode 1920x1080 --brightness 0.0 --above VIRTUAL2
xrandr --output DP1 --off
xrandr --output HDMI1 --off
xrandr --output HDMI2 --off
#immersed start
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
screen -S immersed -dm $DIR/Immersed-x86_64.AppImage