diff --git a/modlists/graphical b/modlists/graphical index 1ceee06..36ba710 100644 --- a/modlists/graphical +++ b/modlists/graphical @@ -1,2 +1,3 @@ graphical-general +ksuperkey seamonkey \ No newline at end of file diff --git a/mods/ksuperkey/data/chroot b/mods/ksuperkey/data/chroot new file mode 100755 index 0000000..d86f445 --- /dev/null +++ b/mods/ksuperkey/data/chroot @@ -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 \ No newline at end of file diff --git a/mods/ksuperkey/data/etc/skel/.config/autostart/ksuperkey.desktop b/mods/ksuperkey/data/etc/skel/.config/autostart/ksuperkey.desktop new file mode 100755 index 0000000..267a61c --- /dev/null +++ b/mods/ksuperkey/data/etc/skel/.config/autostart/ksuperkey.desktop @@ -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 +