2021-10-08 17:05:41 +02:00
|
|
|
function dock
|
|
|
|
xrandr \
|
2024-01-29 17:37:03 +01:00
|
|
|
--output eDP-1 --mode 1920x1080 --pos 0x120 --rotate normal \
|
2021-10-08 17:05:41 +02:00
|
|
|
--output HDMI-1 --off \
|
2023-09-29 13:55:43 +02:00
|
|
|
--output DP-1 --off \
|
2021-10-08 17:05:41 +02:00
|
|
|
--output DP-2 --off \
|
2024-01-29 17:37:03 +01:00
|
|
|
--output DP-3 --primary --mode 1920x1200 --pos 1920x0 --rotate normal \
|
|
|
|
--output DP-4 --mode 1920x1200 --pos 3840x0 --rotate normal \
|
2023-11-14 15:14:39 +01:00
|
|
|
--output DP-4 --off \
|
|
|
|
--output DP-5 --off
|
2021-10-08 17:05:41 +02:00
|
|
|
|
2023-11-14 15:14:39 +01:00
|
|
|
i3-msg -q '[workspace="1"]' move workspace to output DP-3 2>/dev/null
|
|
|
|
i3-msg -q '[workspace="2"]' move workspace to output DP-3 2>/dev/null
|
|
|
|
i3-msg -q '[workspace="3"]' move workspace to output DP-3 2>/dev/null
|
|
|
|
i3-msg -q '[workspace="4"]' move workspace to output DP-3 2>/dev/null
|
2024-01-29 17:37:03 +01:00
|
|
|
i3-msg -q '[workspace="5"]' move workspace to output DP-3 2>/dev/null
|
2021-10-08 17:05:41 +02:00
|
|
|
|
2024-01-29 17:37:03 +01:00
|
|
|
i3-msg -q '[workspace="7"]' move workspace to output eDP-1 2>/dev/null
|
|
|
|
|
|
|
|
i3-msg -q '[workspace="8"]' move workspace to output DP-4 2>/dev/null
|
|
|
|
i3-msg -q '[workspace="9"]' move workspace to output DP-4 2>/dev/null
|
|
|
|
i3-msg -q '[workspace="10"]' move workspace to output DP-4 2>/dev/null
|
2021-10-08 17:05:41 +02:00
|
|
|
end
|