Skip to content

Instantly share code, notes, and snippets.

@CouldBeThis
Last active May 18, 2023 22:05
Show Gist options
  • Save CouldBeThis/fbf684935a841917b6a68647872fd6a1 to your computer and use it in GitHub Desktop.
Save CouldBeThis/fbf684935a841917b6a68647872fd6a1 to your computer and use it in GitHub Desktop.
opening x sessions

open a tiny awesome session

Xephyr :5 & sleep 1 ; DISPLAY=:5 awesome

open a tiny LXDE session (sudo)

Xephyr :5 & sleep 1 ; DISPLAY=:5 sudo lxsession

open a tiny xfce4 session

Xephyr :5 & sleep 1 ; DISPLAY=:5 xfce4-session

this person made a much more ellaborate shell script: Running a nested xfce4-session in Xephyr

test lightdm configuration

lightdm --test-mode

close the little window to reload config from files and reflect any changes made

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment