From a304820fc7dca16a1c38f55a3fbed8e2ecb60fc8 Mon Sep 17 00:00:00 2001 From: nathaneltitane Date: Sat, 17 Aug 2024 14:34:30 -0400 Subject: [PATCH] Code & Features Update --- container-session | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/container-session b/container-session index 9cfb3d3..5a71ddd 100755 --- a/container-session +++ b/container-session @@ -46,16 +46,10 @@ do in -o|--start) option="start" - display="${2}" - - shift ;; -x|--stop) option="stop" - display="${2}" - - shift ;; -n|--new) @@ -153,11 +147,6 @@ termux_x11_activity_stop="com.termux.x11.ACTION_STOP" # defaults ///////////////////////////////////////////////////////////////////// -if [ -z "${display}" ] -then - display="x11" -fi - if [ -z "${environment}" ] then environement="$(cat ${HOME}/.dextop/dextop-environment)" @@ -653,12 +642,6 @@ display_load () { display_intent } -display_start () { - - display_view - -} - display_new () { # start display session @@ -760,7 +743,7 @@ application_handle () { then # start display session - display_start + display_view # load application @@ -785,7 +768,7 @@ then # start display session - display_start + display_view # start interface / desktop environment / desktop session