Add mod: ksuperkey

This commit is contained in:
Fierelier 2022-08-22 11:12:21 +02:00
parent af080b3647
commit 9910fc66e2
3 changed files with 21 additions and 0 deletions

View File

@ -1,2 +1,3 @@
graphical-general
ksuperkey
seamonkey

7
mods/ksuperkey/data/chroot Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
set +e
apt -y install git pkg-config build-essential libx11-dev libxtst-dev
git clone https://github.com/hanschen/ksuperkey
cd ksuperkey
make
mv ksuperkey /usr/local/bin/ksuperkey

View File

@ -0,0 +1,13 @@
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=ksuperkey
Comment=
Exec=ksuperkey
OnlyShowIn=XFCE;
RunHook=0
StartupNotify=false
Terminal=false
Hidden=false