diff --git a/template/script.sh.erb b/template/script.sh.erb index 99196bcbdc06a45f1c716e6e12760d59ae3273dc..99c44a1680cb154935a2794f3b18dee19990c1d5 100755 --- a/template/script.sh.erb +++ b/template/script.sh.erb @@ -9,17 +9,17 @@ module reset # Launch Xfce Window Manager and Panel # -// ( -// export SEND_256_COLORS_TO_REMOTE=1 -// export XDG_CONFIG_HOME="<%= session.staged_root.join("config") %>" -// export XDG_DATA_HOME="<%= session.staged_root.join("share") %>" -// export XDG_CACHE_HOME="$(mktemp -d)" -// set -x -// xfwm4 --compositor=off --daemon --sm-client-disable -// xsetroot -solid "#D3D3D3" -// xfsettingsd --sm-client-disable -// xfce4-panel --sm-client-disable -// ) & +# ( +# export SEND_256_COLORS_TO_REMOTE=1 +# export XDG_CONFIG_HOME="<%= session.staged_root.join("config") %>" +# export XDG_DATA_HOME="<%= session.staged_root.join("share") %>" +# export XDG_CACHE_HOME="$(mktemp -d)" +# set -x +# xfwm4 --compositor=off --daemon --sm-client-disable +# xsetroot -solid "#D3D3D3" +# xfsettingsd --sm-client-disable +# xfce4-panel --sm-client-disable +# ) & # # Start Pycharm