Skip to content

Instantly share code, notes, and snippets.

@radupotop
Created October 15, 2024 11:47
Show Gist options
  • Save radupotop/d77a47767e2e65a7e7d40d1ea83102a1 to your computer and use it in GitHub Desktop.
Save radupotop/d77a47767e2e65a7e7d40d1ea83102a1 to your computer and use it in GitHub Desktop.
#!/bin/bash
WINDOW_SIZE="2560x1440"
CWD="$*"
Xephyr -br -ac -noreset -screen $WINDOW_SIZE :9 &
DISPLAY=:9 xfwm4 &
sleep 1
DISPLAY=:9 lxpanel &
DISPLAY=:9 pcmanfm --desktop &
sleep 1
DISPLAY=:9 pcmanfm --new-win "$HOME" &
DISPLAY=:9 chromium &
DISPLAY=:9 evince &
DISPLAY=:9 xfce4-terminal --working-directory "$CWD" &
DISPLAY=:9 code -n "$CWD"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment