Add mod: ksuperkey
This commit is contained in:
parent
af080b3647
commit
9910fc66e2
@ -1,2 +1,3 @@
|
||||
graphical-general
|
||||
ksuperkey
|
||||
seamonkey
|
7
mods/ksuperkey/data/chroot
Executable file
7
mods/ksuperkey/data/chroot
Executable 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
|
13
mods/ksuperkey/data/etc/skel/.config/autostart/ksuperkey.desktop
Executable file
13
mods/ksuperkey/data/etc/skel/.config/autostart/ksuperkey.desktop
Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user