Disable sway for amd64 and rk3399
This commit is contained in:
parent
c964b6b7c2
commit
aedb9b33d5
5 changed files with 6 additions and 15 deletions
|
@ -4,5 +4,5 @@
|
|||
|
||||
### Set the default device configuration
|
||||
cat <<EOF >/storage/.config/profile.d/090-ui_service
|
||||
UI_SERVICE="sway.service essway.service"
|
||||
UI_SERVICE="weston.service"
|
||||
EOF
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
### Set the default device configuration
|
||||
cat <<EOF >/storage/.config/profile.d/090-ui_service
|
||||
UI_SERVICE="sway.service essway.service"
|
||||
UI_SERVICE="weston.service"
|
||||
EOF
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
#!/bin/sh
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
### Set the default device configuration
|
||||
cat <<EOF >/storage/.config/profile.d/095-sway
|
||||
WLR_DRM_DEVICES=/dev/dri/card1
|
||||
WLR_BACKENDS=drm,libinput
|
||||
EOF
|
|
@ -35,7 +35,7 @@
|
|||
DISPLAYSERVER="wl"
|
||||
|
||||
# Windowmanager to use (fluxbox / weston / no)
|
||||
WINDOWMANAGER="sway"
|
||||
WINDOWMANAGER="weston"
|
||||
|
||||
# Default weston terminal font size
|
||||
WESTONFONTSIZE="18"
|
||||
|
@ -46,7 +46,7 @@
|
|||
GRAPHIC_DRIVERS="crocus i915 iris r300 r600 radeonsi virtio"
|
||||
|
||||
# additional packages to install
|
||||
#ADDITIONAL_PACKAGES="sway"
|
||||
# ADDITIONAL_PACKAGES=""
|
||||
|
||||
# additional Firmware to use ( )
|
||||
# Space separated list is supported,
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
DISPLAYSERVER="wl"
|
||||
|
||||
# Windowmanager to use (fluxbox / weston / no)
|
||||
WINDOWMANAGER="swaywm-env"
|
||||
WINDOWMANAGER="weston"
|
||||
|
||||
# Pipewire audio support (yes / no)
|
||||
PIPEWIRE_SUPPORT="yes"
|
||||
|
@ -72,7 +72,7 @@
|
|||
EXTRA_CMDLINE="quiet rootwait console=tty0 video=DSI-1:1152x1920p60 fbcon=rotate:3 ssh consoleblank=0 systemd.show_status=0 loglevel=0 panic=20"
|
||||
|
||||
# additional packages to install
|
||||
#ADDITIONAL_PACKAGES=""
|
||||
ADDITIONAL_PACKAGES=""
|
||||
|
||||
# additional Firmware to use ( )
|
||||
# Space separated list is supported,
|
||||
|
|
Loading…
Reference in a new issue