Skip to content

Commit

Permalink
Add xdotool
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
donald committed Jul 7, 2020
1 parent 3ff71d1 commit 8ed0732
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions xdotool.be0
Original file line number Diff line number Diff line change
@@ -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
#}

0 comments on commit 8ed0732

Please sign in to comment.