Browse Source

linux-gentoo: ++unclutter, --xdotool

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

3
README.md

@ -84,9 +84,10 @@ $ make @@ -84,9 +84,10 @@ $ make
- [rofi](https://github.com/davatorium/rofi) - A window switcher, application launcher and dmenu replacement.
- ~~[skippy](http://thegraveyard.org/skippy.php) - A full-screen task-switcher providing Apple Expose-like functionality.~~
- [tabbed](https://tools.suckless.org/tabbed/) - Simple generic tabbed fronted to xembed aware applications.
- [unclutter-xfixes](https://github.com/Airblader/unclutter-xfixes) - A rewrite of unclutter using the x11-xfixes extension.
- [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.
- ~~[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.

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

@ -69,9 +69,10 @@ apps: @@ -69,9 +69,10 @@ apps:
- x11-misc/rofi # https://github.com/davatorium/rofi A window switcher, application launcher and dmenu replacement.
# - x11-misc/skippy # http://thegraveyard.org/skippy.php A full-screen task-switcher providing Apple Expose-like functionality.
- x11-misc/tabbed # https://tools.suckless.org/tabbed/ Simple generic tabbed fronted to xembed aware applications.
- x11-misc/unclutter-xfixes # https://github.com/Airblader/unclutter-xfixes A rewrite of unclutter using the x11-xfixes extension.
- 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-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