i3wsr 3.1.2

A dynamic workspace renamer for i3 and Sway that updates names to reflect their active applications.
Documentation
1
2
3
4
5
6
7
8
9
FROM alpine:latest AS deps
RUN apk update && apk add rust i3wm gpick xterm cargo xvfb bash

FROM alpine:latest
COPY --from=deps /var/cache/apk /var/cache/apk
COPY . ./app
WORKDIR /app
RUN apk add --no-cache rust i3wm gpick xterm cargo xvfb bash
CMD /app/tests/setup.sh && cargo test