mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 00:58:42 +08:00
6 lines
267 B
Plaintext
6 lines
267 B
Plaintext
# set orbital screen resolution to avoid x11 or wayland fallback for applications in a orbital session and workaround shell quirks
|
|
export DISPLAY=/scheme/orbital/99.0
|
|
export ORBITAL_DISPLAY=/scheme/orbital
|
|
# optional alias for the "clear" command
|
|
#alias cl = "clear"
|