From e2ab4a6178d06d45bfc9c9a327691e63de55f786 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Thu, 27 Feb 2020 17:40:45 +0300 Subject: [PATCH] linux-gentoo: ++unclutter, --xdotool --- README.md | 3 ++- roles/linux-gentoo/vars/applications.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c465ead..c38ccc0 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/roles/linux-gentoo/vars/applications.yml b/roles/linux-gentoo/vars/applications.yml index 84d4ed7..16a865c 100644 --- a/roles/linux-gentoo/vars/applications.yml +++ b/roles/linux-gentoo/vars/applications.yml @@ -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.