From 87fbce296a58dbce4d86081a72844c7943bac556 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Wed, 26 Feb 2020 23:16:14 +0300 Subject: [PATCH] linux-gentoo: ++skippy --- README.md | 1 + roles/linux-gentoo/vars/applications.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index a4c051d..90bb633 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ $ make - [dmenu](https://tools.suckless.org/dmenu/) - Fast and lightweight dynamic menu for X. - [polybar](https://polybar.github.io/) - A fast and easy-to-use status bar. - [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. - [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. diff --git a/roles/linux-gentoo/vars/applications.yml b/roles/linux-gentoo/vars/applications.yml index 4d05301..28a3764 100644 --- a/roles/linux-gentoo/vars/applications.yml +++ b/roles/linux-gentoo/vars/applications.yml @@ -67,6 +67,7 @@ apps: - x11-misc/dmenu # https://tools.suckless.org/dmenu/ Fast and lightweight dynamic menu for X. - x11-misc/polybar # https://polybar.github.io/ A fast and easy-to-use status bar. - 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/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.