Compare commits
1 Commits
ccb88ec1d6
...
a8b209b441
| Author | SHA1 | Date | |
|---|---|---|---|
| a8b209b441 |
@@ -1178,7 +1178,7 @@ EOF"
|
|||||||
|
|
||||||
[[ -z $_display ]] && _display="${DISPLAY:-":0"}"
|
[[ -z $_display ]] && _display="${DISPLAY:-":0"}"
|
||||||
|
|
||||||
declate -g _port=$(( ${_display#:} + 5900 ))
|
declare -g _port=$(( ${_display#:} + 5900 ))
|
||||||
|
|
||||||
# Get current desktop resolution
|
# Get current desktop resolution
|
||||||
# TODO: may need to break this out into its own function and get smarter at identifying multi-monitors
|
# TODO: may need to break this out into its own function and get smarter at identifying multi-monitors
|
||||||
|
|||||||
Reference in New Issue
Block a user