From 8ed073208f89055556dccbdc68980c7672d2dea4 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 7 Jul 2020 10:20:58 +0200 Subject: [PATCH] Add xdotool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This tool lets you simulate keyboard input and mouse activity, move and resize windows, etc. It does this using X11’s XTEST extension and other Xlib functions. Additionally, you can search for windows and move, resize, hide, and modify window properties like the title. If your window manager supports it, you can use xdotool to switch desktops, move windows between desktops, and change the number of desktops. Create be0 file with cp scripts/mTEMPLATE.be0 xdotool.be0 and fix package version and URLs. Note: This got build number 1 because there already is a bee file for xdotool-3.20160805.1-0 in /src/mariux. --- xdotool.be0 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100755 xdotool.be0 diff --git a/xdotool.be0 b/xdotool.be0 new file mode 100755 index 000000000..91b44f940 --- /dev/null +++ b/xdotool.be0 @@ -0,0 +1,37 @@ +#!/usr/bin/env beesh + +# BEE_VERSION xdotool-3.20160805.1-1 + +# more info: https://www.semicomplete.com/projects/xdotool + +SRCURL[0]="https://github.com/jordansissel/xdotool/archive/v${PKGVERSION}.tar.gz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + +#mee_install_post() { +# exit +#}