File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # immersed kill
12screen -X -S immersed quit
2-
3+ # xrandr
34xrandr --output eDP1 --mode " 1920x1080" --primary --brightness 0.7
45xrandr --output DP1 --off
56xrandr --output HDMI1 --off
Original file line number Diff line number Diff line change 1+ # immersed kill
12screen -X -S immersed quit
2-
3+ # xrandr
34xrandr --output eDP1 --off
45xrandr --output DP1 --mode " 1920x1080" --left-of HDMI2
56xrandr --output HDMI1 --off
Original file line number Diff line number Diff line change @@ -10,10 +10,9 @@ xrandr --output VIRTUAL2 --mode 1920x1080_60.00 --right-of VIRTUAL1
1010xrandr --output VIRTUAL3 --mode 1920x1080_60.00 --right-of VIRTUAL2
1111xrandr --output VIRTUAL2 --primary
1212xrandr --output eDP1 --mode 1920x1080 --brightness 0.0 --above VIRTUAL2
13- # xrandr --output eDP1 --brightness 0.0
14- # xrandr --output eDP1 --off
1513xrandr --output DP1 --off
1614xrandr --output HDMI1 --off
1715xrandr --output HDMI2 --off
1816# immersed start
19- screen -S immersed -dm /home/pawel/Projects/GitHub/VirtualMonitors/Immersed-x86_64.AppImage
17+ DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
18+ screen -S immersed -dm $DIR /Immersed-x86_64.AppImage
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if [ -e /etc/X11/xorg.conf.d/20-intel.conf ]
1111then
1212 echo " 20-intel.conf exist"
1313else
14- sudo cp 20-intel.conf /etc/X11/xorg.conf.d/20-intel.conf
14+ sudo cp ./xorg.conf.d/ 20-intel.conf /etc/X11/xorg.conf.d/20-intel.conf
1515 echo " You must reboot or reload current X!! session to finish setup."
1616fi
1717
File renamed without changes.
You can’t perform that action at this time.
0 commit comments