Skip to content

Commit b6be8da

Browse files
committed
re-enable gamepad support, wayland default
1 parent d0e2967 commit b6be8da

3 files changed

Lines changed: 2 additions & 13 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL maintainer="thelamer"
88

99
# title
1010
ENV TITLE="Arch KDE" \
11-
NO_GAMEPAD=true
11+
PIXELFLUX_WAYLAND=true
1212

1313
RUN \
1414
echo "**** add icon ****" && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL maintainer="thelamer"
88

99
# title
1010
ENV TITLE="Arch KDE" \
11-
NO_GAMEPAD=true
11+
PIXELFLUX_WAYLAND=true
1212

1313
RUN \
1414
echo "**** add icon ****" && \

root/defaults/startwm_wayland.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,6 @@ mkdir -p "${HOME}/.config/autostart" "${HOME}/.XDG" "${HOME}/.local/share/"
5151
chmod 700 "${HOME}/.XDG"
5252
touch "${HOME}/.local/share/user-places.xbel"
5353

54-
# Background perm loop
55-
if [ ! -d $HOME/.config/kde.org ]; then
56-
(
57-
loop_end_time=$((SECONDS + 60))
58-
while [ $SECONDS -lt $loop_end_time ]; do
59-
find "$HOME/.cache" "$HOME/.config" "$HOME/.local" -type f -perm 000 -exec chmod 644 {} + 2>/dev/null
60-
sleep .1
61-
done
62-
) &
63-
fi
64-
6554
# Create startup script if it does not exist (keep in sync with openbox)
6655
STARTUP_FILE="${HOME}/.config/autostart/autostart.desktop"
6756
if [ ! -f "${STARTUP_FILE}" ]; then

0 commit comments

Comments
 (0)