Skip to content

Commit b408a73

Browse files
committed
add sway support arch-i3
1 parent 62074e5 commit b408a73

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ RUN \
1919
chromium \
2020
i3-wm \
2121
i3status \
22+
sway \
23+
swaybg \
2224
xfce4-terminal && \
2325
echo "**** application tweaks ****" && \
2426
mv \
@@ -27,6 +29,8 @@ RUN \
2729
ln -s \
2830
/usr/sbin/xfce4-terminal \
2931
/usr/bin/x-terminal-emulator && \
32+
setcap -r \
33+
/usr/bin/sway && \
3034
echo "**** cleanup ****" && \
3135
rm -rf \
3236
/config/.cache \

Dockerfile.aarch64

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ RUN \
1919
chromium \
2020
i3-wm \
2121
i3status \
22+
sway \
23+
swaybg \
2224
xfce4-terminal && \
2325
echo "**** application tweaks ****" && \
2426
mv \
@@ -27,6 +29,8 @@ RUN \
2729
ln -s \
2830
/usr/sbin/xfce4-terminal \
2931
/usr/bin/x-terminal-emulator && \
32+
setcap -r \
33+
/usr/bin/sway && \
3034
echo "**** cleanup ****" && \
3135
rm -rf \
3236
/config/.cache \

root/defaults/startwm_wayland.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
# Launch DE
44
setterm blank 0
55
setterm powerdown 0
6-
WAYLAND_DISPLAY=wayland-1 Xwayland :1 &
7-
sleep 2
8-
/usr/bin/i3 > /dev/null 2>&1
6+
WAYLAND_DISPLAY=wayland-1 /usr/bin/sway > /dev/null 2>&1

0 commit comments

Comments
 (0)