home: fish: update dock function
This commit is contained in:
parent
13612629ef
commit
5b7791ed31
|
@ -1,10 +1,11 @@
|
||||||
function dock
|
function dock
|
||||||
xrandr \
|
xrandr \
|
||||||
--output eDP-1 --mode 1920x1080 --pos 1920x120 --rotate normal \
|
--output eDP-1 --mode 1920x1080 --pos 0x120 --rotate normal \
|
||||||
--output HDMI-1 --off \
|
--output HDMI-1 --off \
|
||||||
--output DP-1 --off \
|
--output DP-1 --off \
|
||||||
--output DP-2 --off \
|
--output DP-2 --off \
|
||||||
--output DP-3 --primary --mode 1920x1200 --pos 0x0 --rotate normal \
|
--output DP-3 --primary --mode 1920x1200 --pos 1920x0 --rotate normal \
|
||||||
|
--output DP-4 --mode 1920x1200 --pos 3840x0 --rotate normal \
|
||||||
--output DP-4 --off \
|
--output DP-4 --off \
|
||||||
--output DP-5 --off
|
--output DP-5 --off
|
||||||
|
|
||||||
|
@ -12,8 +13,11 @@ function dock
|
||||||
i3-msg -q '[workspace="2"]' 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="3"]' move workspace to output DP-3 2>/dev/null
|
||||||
i3-msg -q '[workspace="4"]' move workspace to output DP-3 2>/dev/null
|
i3-msg -q '[workspace="4"]' move workspace to output DP-3 2>/dev/null
|
||||||
i3-msg -q '[workspace="10"]' move workspace to output DP-3 2>/dev/null
|
i3-msg -q '[workspace="5"]' move workspace to output DP-3 2>/dev/null
|
||||||
|
|
||||||
i3-msg -q '[workspace="8"]' move workspace to output eDP-1 2>/dev/null
|
i3-msg -q '[workspace="7"]' move workspace to output eDP-1 2>/dev/null
|
||||||
i3-msg -q '[workspace="9"]' 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
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue