Skip to content

Commit

Permalink
Code & Features Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaneltitane committed Aug 17, 2024
1 parent 568203e commit a304820
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions container-session
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,10 @@ do
in
-o|--start)
option="start"
display="${2}"

shift
;;

-x|--stop)
option="stop"
display="${2}"

shift
;;

-n|--new)
Expand Down Expand Up @@ -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)"
Expand Down Expand Up @@ -653,12 +642,6 @@ display_load () {
display_intent
}

display_start () {

display_view

}

display_new () {

# start display session
Expand Down Expand Up @@ -760,7 +743,7 @@ application_handle () {
then
# start display session

display_start
display_view

# load application

Expand All @@ -785,7 +768,7 @@ then

# start display session

display_start
display_view

# start interface / desktop environment / desktop session

Expand Down

0 comments on commit a304820

Please sign in to comment.