Skip to content

Commit

Permalink
feat: keymapp
Browse files Browse the repository at this point in the history
  • Loading branch information
AuraHerreroRuiz committed Oct 16, 2024
1 parent ff97647 commit ab806e8
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 0 deletions.
10 changes: 10 additions & 0 deletions files/scripts/keymapp.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env bash

# Download binary
set -oue pipefail
mkdir -p /tmp/keymapp-download
# From https://www.zsa.io/flash
wget https://oryx.nyc3.cdn.digitaloceanspaces.com/keymapp/keymapp-latest.tar.gz -O /tmp/keymapp-download/keymapp.tar.gz
# Extract binary
tar -xf /tmp/keymapp-download/keymapp.tar.gz keymapp --directory /usr/bin/keymapp
chmod 755 /usr/bin/keymapp
9 changes: 9 additions & 0 deletions files/system/usr/share/applications/keymapp.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=Keymapp
GenericName=Moonlander Configurer
Icon=maps
Terminal=false
Exec=/usr/bin/keymapp %U
Categories=Utility
2 changes: 2 additions & 0 deletions recipes/common-packages-39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ install:
#PlasmaVault
- cryfs
- fmt
#Keymapp
- webkit2gtk4.1
optfix:
- enpass
- vivaldi
Expand Down
2 changes: 2 additions & 0 deletions recipes/common-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ install:
#PlasmaVault
- cryfs
- fmt
#Keymapp
- webkit2gtk4.1
optfix:
- enpass
- vivaldi
Expand Down
1 change: 1 addition & 0 deletions recipes/common-scripts-39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ scripts:
- replace-spectacle-regression.sh
- zshplugins.sh
- fluent-icons.sh
- keymapp
- xremap.sh
1 change: 1 addition & 0 deletions recipes/common-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ scripts:
- posy-cursors.sh
- zshplugins.sh
- fluent-icons.sh
- keymapp
- xremap.sh

0 comments on commit ab806e8

Please sign in to comment.