Browse Source

linux-gentoo: ++xdotool

master
Maxim Likhachev 5 years ago
parent
commit
39bdc5b2d4
  1. 1
      README.md
  2. 1
      roles/linux-gentoo/vars/applications.yml

1
README.md

@ -86,6 +86,7 @@ $ make @@ -86,6 +86,7 @@ $ make
- [tabbed](https://tools.suckless.org/tabbed/) - Simple generic tabbed fronted to xembed aware applications.
- [wmctrl](https://sites.google.com/site/tstyblo/wmctrl) - Command line tool to interact with an EWMH/NetWM compatible X Window Manager.
- [xclip](https://github.com/astrand/xclip) - Command line interface to the X11 clipboard.
- [xdotool](https://www.semicomplete.com/projects/xdotool/) - Simulate keyboard input and mouse activity, move and resize windows.
- [st](https://st.suckless.org) - Simple terminal implementation for X.
- [bspwm](https://github.com/baskerville/bspwm) - A tiling window manager based on binary space partitioning.

1
roles/linux-gentoo/vars/applications.yml

@ -71,6 +71,7 @@ apps: @@ -71,6 +71,7 @@ apps:
- x11-misc/tabbed # https://tools.suckless.org/tabbed/ Simple generic tabbed fronted to xembed aware applications.
- x11-misc/wmctrl # https://sites.google.com/site/tstyblo/wmctrl Command line tool to interact with an EWMH/NetWM compatible X Window Manager.
- x11-misc/xclip # https://github.com/astrand/xclip Command line interface to the X11 clipboard.
- x11-misc/xdotool # https://www.semicomplete.com/projects/xdotool/ Simulate keyboard input and mouse activity, move and resize windows.
- x11-terms/st # https://st.suckless.org Simple terminal implementation for X.
- x11-wm/bspwm # https://github.com/baskerville/bspwm A tiling window manager based on binary space partitioning.

Loading…
Cancel
Save