File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,19 @@ RUN \
2121 feh \
2222 i3 \
2323 i3status \
24- st && \
24+ st \
25+ sway \
26+ swaybg \
27+ sway-wallpapers && \
2528 echo "**** application tweaks ****" && \
2629 mv \
2730 /usr/bin/chromium-browser \
2831 /usr/bin/chromium-real && \
2932 ln -s \
3033 /usr/bin/st-fedora \
3134 /usr/bin/x-terminal-emulator && \
35+ setcap -r \
36+ /usr/bin/sway && \
3237 echo "**** cleanup ****" && \
3338 dnf autoremove -y && \
3439 dnf clean all && \
Original file line number Diff line number Diff line change @@ -21,14 +21,19 @@ RUN \
2121 feh \
2222 i3 \
2323 i3status \
24- st && \
24+ st \
25+ sway \
26+ swaybg \
27+ sway-wallpapers && \
2528 echo "**** application tweaks ****" && \
2629 mv \
2730 /usr/bin/chromium-browser \
2831 /usr/bin/chromium-real && \
2932 ln -s \
3033 /usr/bin/st-fedora \
3134 /usr/bin/x-terminal-emulator && \
35+ setcap -r \
36+ /usr/bin/sway && \
3237 echo "**** cleanup ****" && \
3338 dnf autoremove -y && \
3439 dnf clean all && \
Original file line number Diff line number Diff line change 33# Launch DE
44setterm blank 0
55setterm 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 exec dbus-launch --exit-with-session /usr/bin/sway --unsupported-gpu > /dev/null 2>&1
You can’t perform that action at this time.
0 commit comments