mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 10:08:45 +08:00
7 lines
343 B
Plaintext
7 lines
343 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 DISPLAY=$or($DISPLAY "/scheme/orbital/99.0")
|
|
export ORBITAL_DISPLAY=$or($ORBITAL_DISPLAY "/scheme/orbital")
|
|
# optional alias for the "clear" command
|
|
#alias cl = "clear"
|