We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f258c commit 9aa2c02Copy full SHA for 9aa2c02
src/rover_manager/screenScripts/cb_env_variables.sh
@@ -5,15 +5,15 @@ export cb_REFRESH_RATE=59.94
5
6
# For usb c nuc "sucs"
7
#middle screen
8
-export cb_MIDDLE_SCREEN_ID=DP-1
+export cb_MIDDLE_SCREEN_ID=DP-2-8
9
export cb_MIDDLE_SCREEN_RES=1920x1080
10
11
#left screen
12
export cb_LEFT_SCREEN_ID=DP-2-9
13
export cb_LEFT_SCREEN_RES=1920x1080
14
15
#right screen
16
-export cb_RIGHT_SCREEN_ID=DP-2-8
+export cb_RIGHT_SCREEN_ID=DP-1
17
export cb_RIGHT_SCREEN_RES=1920x1080
18
19
export cb_scripts_PATH="${HOME}/RoverFlake2/src/rover_manager/screenScripts"
0 commit comments