mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
distribution/projetcs: updated displayserver & windowmanager opts
- changed x11 to wl as suitable displayserver option for ARM based projects - changed the WINDOWMANAGER var from "none" to "no" if it's not in use to us the same naming scheme as for all other vars - set the WINDOWMANAGER for generic/wayland to weston
This commit is contained in:
@@ -38,11 +38,11 @@
|
||||
# include uvesafb support (yes / no)
|
||||
UVESAFB_SUPPORT="no"
|
||||
|
||||
# Displayserver to use (x11 / no)
|
||||
# Displayserver to use (wl / no)
|
||||
DISPLAYSERVER="no"
|
||||
|
||||
# Windowmanager to use (ratpoison / fluxbox / none)
|
||||
WINDOWMANAGER="none"
|
||||
# Windowmanager to use (weston / no)
|
||||
WINDOWMANAGER="no"
|
||||
|
||||
# Xorg Graphic drivers to use (all / etnaviv)
|
||||
# Space separated list is supported,
|
||||
|
||||
Reference in New Issue
Block a user