Add mod: XMousePasteBlock

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

View File

@ -1,3 +1,4 @@
graphical-general
ksuperkey
XMousePasteBlock
seamonkey

View 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

View File

@ -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