Skip to content

Release v0.1.1

Choose a tag to compare

@l-const l-const released this 31 Jan 02:12
· 15 commits to main since this release

Installation

Debian/Ubuntu

wget https://github.com/l-const/shortcuts-overlay/releases/download/v0.1.1/shortcuts-overlay_0.1.0-1_amd64.deb
sudo dpkg -i shortcuts-overlay_0.1.0-1_amd64.deb
sudo apt-get install -f

Fedora/RHEL/openSUSE

wget https://github.com/l-const/shortcuts-overlay/releases/download/v0.1.1/shortcuts-overlay-0.1.0-1.x86_64.rpm
sudo dnf install shortcuts-overlay-0.1.0-1.x86_64.rpm

Post-Installation

Add your user to the input group:

sudo usermod -a -G input $USER

Then log out and log back in for changes to take effect.

What's Changed

See CHANGELOG.md for details.