mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2026-03-16 00:00:48 +08:00
add sway support arch-i3
This commit is contained in:
parent
62074e544a
commit
b408a73a7f
@ -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 \
|
||||
|
||||
@ -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 \
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user