6 lines
133 B
Plaintext
6 lines
133 B
Plaintext
|
#!/bin/bash
|
||
|
source $HOME/.my_bash_env
|
||
|
XSERVER_DIR="$DOTWRYN/config/xserver"
|
||
|
|
||
|
"$XSERVER_DIR/screenlayout/three_monitor_work_setup.sh"
|