Skip to content

Commit 46c31e2

Browse files
committed
add setting for wayland command socket to send keyboard scaling and clipboard commands to, use wlr-randr to adjust scale
1 parent 7bac1ef commit 46c31e2

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
1616
https://github.com/selkies-project/selkies.git \
1717
/src && \
1818
cd /src && \
19-
git checkout -f 8f834f259c009fa8a015143fe1751f2c1021ccc4
19+
git checkout -f b42683ada8c664fb423651710103cf5afa97f1c0
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -135,6 +135,7 @@ RUN \
135135
vulkan-tools \
136136
wayland \
137137
wl-clipboard \
138+
wlr-randr \
138139
wtype \
139140
x264 \
140141
xclip \
@@ -183,7 +184,7 @@ RUN \
183184
echo "**** install selkies ****" && \
184185
curl -o \
185186
/tmp/selkies.tar.gz -L \
186-
"https://github.com/selkies-project/selkies/archive/8f834f259c009fa8a015143fe1751f2c1021ccc4.tar.gz" && \
187+
"https://github.com/selkies-project/selkies/archive/b42683ada8c664fb423651710103cf5afa97f1c0.tar.gz" && \
187188
cd /tmp && \
188189
tar xf selkies.tar.gz && \
189190
cd selkies-* && \

Dockerfile.aarch64

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN \
1616
https://github.com/selkies-project/selkies.git \
1717
/src && \
1818
cd /src && \
19-
git checkout -f 8f834f259c009fa8a015143fe1751f2c1021ccc4
19+
git checkout -f b42683ada8c664fb423651710103cf5afa97f1c0
2020

2121
RUN \
2222
echo "**** build shared core library ****" && \
@@ -134,6 +134,7 @@ RUN \
134134
vulkan-tools \
135135
wayland \
136136
wl-clipboard \
137+
wlr-randr \
137138
wtype \
138139
x264 \
139140
xclip \
@@ -180,7 +181,7 @@ RUN \
180181
echo "**** install selkies ****" && \
181182
curl -o \
182183
/tmp/selkies.tar.gz -L \
183-
"https://github.com/selkies-project/selkies/archive/8f834f259c009fa8a015143fe1751f2c1021ccc4.tar.gz" && \
184+
"https://github.com/selkies-project/selkies/archive/b42683ada8c664fb423651710103cf5afa97f1c0.tar.gz" && \
184185
cd /tmp && \
185186
tar xf selkies.tar.gz && \
186187
cd selkies-* && \

0 commit comments

Comments
 (0)