Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion root/defaults/startwm_wayland.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export XCURSOR_SIZE=24
export XKB_DEFAULT_LAYOUT=us
export XKB_DEFAULT_RULES=evdev
export WAYLAND_DISPLAY=wayland-1
if [ "${SELKIES_DESKTOP}" == "true" ]; then
if [[ "${SELKIES_DESKTOP,,}" == "true" ]]; then
labwc > /dev/null 2>&1 &
sleep 1
export WAYLAND_DISPLAY=wayland-0
Expand Down