diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index cbe1295..a45f03d 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -142,7 +142,6 @@ ds-t470p-11() { xrdb ~/.Xresources fi } - ds-tuxwarrior-11() { info="1 laptop + 1 monitor for tuxwarrior" if [[ $1 == "info" ]] ; then @@ -152,6 +151,8 @@ ds-tuxwarrior-11() { xrandr --output DP-0 --off --output DP-1 --off --output HDMI-0 --primary --mode 3840x2160 --pos 3840x0 --rotate normal --output DP-2 --mode 3840x2160 --pos 0x0 --rotate normal --output DP-3 --off --output DP-4 --off --output DP-5 --off --output DP-6 --off > /dev/null 2>&1 nr > /dev/null 2>&1 xrdb ~/.Xresources + i3-msg "rename workspace 1 to 10" + i3-msg "rename workspace 2 to 1" fi }