Skip to content
Snippets Groups Projects
Commit 1fee358d authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

fix comment

parent 579a6f2d
No related branches found
No related tags found
No related merge requests found
...@@ -9,17 +9,17 @@ module reset ...@@ -9,17 +9,17 @@ module reset
# Launch Xfce Window Manager and Panel # Launch Xfce Window Manager and Panel
# #
// ( # (
// export SEND_256_COLORS_TO_REMOTE=1 # export SEND_256_COLORS_TO_REMOTE=1
// export XDG_CONFIG_HOME="<%= session.staged_root.join("config") %>" # export XDG_CONFIG_HOME="<%= session.staged_root.join("config") %>"
// export XDG_DATA_HOME="<%= session.staged_root.join("share") %>" # export XDG_DATA_HOME="<%= session.staged_root.join("share") %>"
// export XDG_CACHE_HOME="$(mktemp -d)" # export XDG_CACHE_HOME="$(mktemp -d)"
// set -x # set -x
// xfwm4 --compositor=off --daemon --sm-client-disable # xfwm4 --compositor=off --daemon --sm-client-disable
// xsetroot -solid "#D3D3D3" # xsetroot -solid "#D3D3D3"
// xfsettingsd --sm-client-disable # xfsettingsd --sm-client-disable
// xfce4-panel --sm-client-disable # xfce4-panel --sm-client-disable
// ) & # ) &
# #
# Start Pycharm # Start Pycharm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment