Skip to content

Commit 9aa2c02

Browse files
committed
some cbs cleanup
1 parent 35f258c commit 9aa2c02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rover_manager/screenScripts/cb_env_variables.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ export cb_REFRESH_RATE=59.94
55

66
# For usb c nuc "sucs"
77
#middle screen
8-
export cb_MIDDLE_SCREEN_ID=DP-1
8+
export cb_MIDDLE_SCREEN_ID=DP-2-8
99
export cb_MIDDLE_SCREEN_RES=1920x1080
1010

1111
#left screen
1212
export cb_LEFT_SCREEN_ID=DP-2-9
1313
export cb_LEFT_SCREEN_RES=1920x1080
1414

1515
#right screen
16-
export cb_RIGHT_SCREEN_ID=DP-2-8
16+
export cb_RIGHT_SCREEN_ID=DP-1
1717
export cb_RIGHT_SCREEN_RES=1920x1080
1818

1919
export cb_scripts_PATH="${HOME}/RoverFlake2/src/rover_manager/screenScripts"

0 commit comments

Comments
 (0)