update screen layout scripts
This commit is contained in:
parent
8f7b71bdf1
commit
7fc8739436
6 changed files with 39 additions and 5 deletions
|
@ -2,4 +2,7 @@
|
||||||
|
|
||||||
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --off --output DP2-1 --off --output DP2-2 --off --output DP2-3 --off
|
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --off --output DP2-1 --off --output DP2-2 --off --output DP2-3 --off
|
||||||
|
|
||||||
|
~/.fehbg
|
||||||
|
|
||||||
sudo rfkill unblock wifi
|
sudo rfkill unblock wifi
|
||||||
|
systemctl --user start redshift,service
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --off --output HDMI2 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --off --output DP2 --off
|
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --off --output HDMI2 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --off --output DP2 --off
|
||||||
|
|
||||||
|
~/.fehbg
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DP1 --off --output HDMI2 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --off --output DP2 --off
|
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DP1 --off --output HDMI2 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --off --output DP2 --off
|
||||||
|
|
||||||
|
~/.fehbg
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DP1 --off --output HDMI2 --mode 1920x1080 --pos 3840x0 --rotate normal --output HDMI1 --off --output DP2 --off
|
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DP1 --off --output HDMI2 --mode 1920x1080 --pos 3840x0 --rotate normal --output HDMI1 --off --output DP2 --off
|
||||||
|
|
||||||
|
~/.fehbg
|
||||||
|
|
14
.screenlayout/docked-ohne-DP2-1.sh
Executable file
14
.screenlayout/docked-ohne-DP2-1.sh
Executable file
|
@ -0,0 +1,14 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
xrandr --output DP2-3 --mode 1280x1024 --pos 0x0 --rotate normal
|
||||||
|
sleep 2
|
||||||
|
xrandr --output DP2-2 --primary --mode 1920x1080 --pos 1280x0 --rotate normal
|
||||||
|
sleep 2
|
||||||
|
xrandr --output eDP1 --off
|
||||||
|
xrandr --output DP2-1 --off
|
||||||
|
|
||||||
|
xset s off
|
||||||
|
|
||||||
|
~/.fehbg
|
||||||
|
|
||||||
|
sudo rfkill block wifi
|
|
@ -1,12 +1,20 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
xrandr --output DP2-3 --mode 1280x1024 --pos 0x0 --rotate normal
|
xrandr --output DP2-2 --primary --mode 1920x1080 --pos 0x0 --rotate normal
|
||||||
sleep 2
|
xrandr --output DP2-1 --mode 1920x1080 --pos 1920x0 --rotate normal
|
||||||
xrandr --output DP2-2 --primary --mode 1920x1080 --pos 1280x0 --rotate normal
|
|
||||||
sleep 2
|
|
||||||
xrandr --output eDP1 --off
|
xrandr --output eDP1 --off
|
||||||
xrandr --output DP2-1 --mode 1920x1080 --pos 3200x0 --rotate normal
|
|
||||||
|
|
||||||
|
#xrandr --output DP2-3 --mode 1280x1024 --pos 0x0 --rotate normal
|
||||||
|
#sleep 2
|
||||||
|
#xrandr --output DP2-2 --primary --mode 1920x1080 --pos 1280x0 --rotate normal
|
||||||
|
#sleep 2
|
||||||
|
#xrandr --output eDP1 --off
|
||||||
|
#xrandr --output DP2-1 --mode 1920x1080 --pos 3200x0 --rotate normal
|
||||||
|
|
||||||
xset s off
|
xset s off
|
||||||
|
|
||||||
|
~/.fehbg
|
||||||
|
|
||||||
sudo rfkill block wifi
|
sudo rfkill block wifi
|
||||||
|
systemctl --user stop redshift.service
|
||||||
|
|
Loading…
Reference in a new issue