From 94d4ce9e688b6280a4c69921c4267c5e65fa151c Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Wed, 28 Aug 2024 21:26:56 -0500 Subject: [PATCH] / added workspace renaming --- dots/bash/.bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }