Add mod: XMousePasteBlock
This commit is contained in:
parent
9910fc66e2
commit
f0b8266caa
@ -1,3 +1,4 @@
|
|||||||
graphical-general
|
graphical-general
|
||||||
ksuperkey
|
ksuperkey
|
||||||
|
XMousePasteBlock
|
||||||
seamonkey
|
seamonkey
|
7
mods/XMousePasteBlock/data/chroot
Executable file
7
mods/XMousePasteBlock/data/chroot
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set +e
|
||||||
|
apt -y install git build-essential libev-dev libx11-dev libxi-dev
|
||||||
|
git clone https://github.com/milaq/XMousePasteBlock
|
||||||
|
cd XMousePasteBlock
|
||||||
|
make
|
||||||
|
mv xmousepasteblock /usr/local/bin
|
@ -0,0 +1,13 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
|
Version=0.9.4
|
||||||
|
Type=Application
|
||||||
|
Name=XMousePasteBlock
|
||||||
|
Comment=
|
||||||
|
Exec=xmousepasteblock
|
||||||
|
OnlyShowIn=XFCE;
|
||||||
|
RunHook=0
|
||||||
|
StartupNotify=false
|
||||||
|
Terminal=false
|
||||||
|
Hidden=false
|
||||||
|
|
Loading…
Reference in New Issue
Block a user