diff options
Diffstat (limited to 'share/provision/debian/openbox')
| -rwxr-xr-x | share/provision/debian/openbox | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/share/provision/debian/openbox b/share/provision/debian/openbox index 821369b..5288f4e 100755 --- a/share/provision/debian/openbox +++ b/share/provision/debian/openbox @@ -38,9 +38,9 @@ fi  if [ -f "$HOME/.custom/xsession" ]; then    sed -i -e 's/^WINDOW_MANAGER=.*$/WINDOW_MANAGER="openbox"/' $HOME/.custom/xsession -  echo ""                            > $HOME/.custom/xsession -  echo '# Custom config'            >> $HOME/.custom/xsession -  echo 'PROGRAMS="$PROGRAMS tint2"' >> $HOME/.custom/xsession +  #echo ""                           >> $HOME/.custom/xsession +  #echo '# Custom config'            >> $HOME/.custom/xsession +  #echo 'PROGRAMS="$PROGRAMS tint2"' >> $HOME/.custom/xsession    cat <<-EOF > $HOME/.custom/xsession-ready  #!/bin/bash @@ -48,7 +48,7 @@ if [ -f "$HOME/.custom/xsession" ]; then  # xsession-ready: runs after the X11 session is ready  # -# Fix the background color due to window resize +# Fix the background color due to window resize in kvmx guests running openbox  sleep 20  xsetroot -solid '#1C1C1C'  EOF | 
