diff --git a/.screenlayout/000-internal-only.sh b/.screenlayout/000-internal-only.sh index 8066cad..367ced6 100755 --- a/.screenlayout/000-internal-only.sh +++ b/.screenlayout/000-internal-only.sh @@ -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 +~/.fehbg + sudo rfkill unblock wifi +systemctl --user start redshift,service diff --git a/.screenlayout/1080p-clone.sh b/.screenlayout/1080p-clone.sh index 53adaca..a7002e3 100755 --- a/.screenlayout/1080p-clone.sh +++ b/.screenlayout/1080p-clone.sh @@ -1,2 +1,5 @@ #!/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 + +~/.fehbg diff --git a/.screenlayout/1080p-left-of-laptop.sh b/.screenlayout/1080p-left-of-laptop.sh index 7b61d52..6f4de08 100755 --- a/.screenlayout/1080p-left-of-laptop.sh +++ b/.screenlayout/1080p-left-of-laptop.sh @@ -1,2 +1,5 @@ #!/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 + +~/.fehbg diff --git a/.screenlayout/1080p-right-of-laptop.sh b/.screenlayout/1080p-right-of-laptop.sh index ab868fe..84b3a33 100755 --- a/.screenlayout/1080p-right-of-laptop.sh +++ b/.screenlayout/1080p-right-of-laptop.sh @@ -1,2 +1,5 @@ #!/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 + +~/.fehbg diff --git a/.screenlayout/docked-ohne-DP2-1.sh b/.screenlayout/docked-ohne-DP2-1.sh new file mode 100755 index 0000000..4c79280 --- /dev/null +++ b/.screenlayout/docked-ohne-DP2-1.sh @@ -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 diff --git a/.screenlayout/docked.sh b/.screenlayout/docked.sh index 6c734f3..1b51719 100755 --- a/.screenlayout/docked.sh +++ b/.screenlayout/docked.sh @@ -1,12 +1,20 @@ #!/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 DP2-2 --primary --mode 1920x1080 --pos 0x0 --rotate normal +xrandr --output DP2-1 --mode 1920x1080 --pos 1920x0 --rotate normal 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 +~/.fehbg + sudo rfkill block wifi +systemctl --user stop redshift.service