Skip to content

Commit

Permalink
feat(deck): Add ujust enable-input-remapper to restore input remapper…
Browse files Browse the repository at this point in the history
… when desired
  • Loading branch information
KyleGospo committed Jan 1, 2024
1 parent b8aff97 commit 23152f7
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -350,6 +350,12 @@ add-user-to-input-group:
fi
sudo usermod -a -G input $USER

# Re-enable input remapper feature on non-desktop images
enable-input-remapper:
systemctl enable --now input-remapper.service && \
cp /usr/share/applications/input-remapper-gtk.desktop ~/.local/share/applications/input-remapper-gtk.desktop && \
sed -i '/NoDisplay=true/d' ~/.local/share/applications/input-remapper-gtk.deskto

# Install Oversteer for Logitech steering wheels
install-oversteer: distrobox-check-fedora
distrobox enter -n fedora -- bash -c 'sudo dnf copr enable -y kylegospo/oversteer && \
Expand Down

0 comments on commit 23152f7

Please sign in to comment.