add sway support arch-i3

This commit is contained in:
thelamer 2026-01-01 16:06:55 -05:00
parent 62074e544a
commit b408a73a7f
No known key found for this signature in database
3 changed files with 9 additions and 3 deletions

View File

@ -19,6 +19,8 @@ RUN \
chromium \
i3-wm \
i3status \
sway \
swaybg \
xfce4-terminal && \
echo "**** application tweaks ****" && \
mv \
@ -27,6 +29,8 @@ RUN \
ln -s \
/usr/sbin/xfce4-terminal \
/usr/bin/x-terminal-emulator && \
setcap -r \
/usr/bin/sway && \
echo "**** cleanup ****" && \
rm -rf \
/config/.cache \

View File

@ -19,6 +19,8 @@ RUN \
chromium \
i3-wm \
i3status \
sway \
swaybg \
xfce4-terminal && \
echo "**** application tweaks ****" && \
mv \
@ -27,6 +29,8 @@ RUN \
ln -s \
/usr/sbin/xfce4-terminal \
/usr/bin/x-terminal-emulator && \
setcap -r \
/usr/bin/sway && \
echo "**** cleanup ****" && \
rm -rf \
/config/.cache \

View File

@ -3,6 +3,4 @@
# Launch DE
setterm blank 0
setterm powerdown 0
WAYLAND_DISPLAY=wayland-1 Xwayland :1 &
sleep 2
/usr/bin/i3 > /dev/null 2>&1
WAYLAND_DISPLAY=wayland-1 /usr/bin/sway > /dev/null 2>&1