mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-10 15:45:17 +00:00
feat: Add and enable Input Remapper
This commit is contained in:
parent
aa6a8f7b3f
commit
5aaa8e57d8
@ -25,6 +25,7 @@ RUN rpm-ostree install \
|
|||||||
wallpaper-engine-kde-plugin \
|
wallpaper-engine-kde-plugin \
|
||||||
duperemove \
|
duperemove \
|
||||||
kdeconnectd \
|
kdeconnectd \
|
||||||
|
input-remapper \
|
||||||
system76-scheduler \
|
system76-scheduler \
|
||||||
hl2linux-selinux \
|
hl2linux-selinux \
|
||||||
btop \
|
btop \
|
||||||
@ -44,6 +45,7 @@ RUN sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_kylegospo-bazzite.re
|
|||||||
sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=15s/' /etc/systemd/system.conf && \
|
sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=15s/' /etc/systemd/system.conf && \
|
||||||
sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \
|
sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \
|
||||||
systemctl enable rpm-ostreed-automatic.timer && \
|
systemctl enable rpm-ostreed-automatic.timer && \
|
||||||
|
systemctl enable input-remapper.service && \
|
||||||
rm -rf \
|
rm -rf \
|
||||||
/tmp/* \
|
/tmp/* \
|
||||||
/var/* && \
|
/var/* && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user