Browse Source

linux-gentoo: ++skippy

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

1
README.md

@ -82,6 +82,7 @@ $ make @@ -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.

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

@ -67,6 +67,7 @@ apps: @@ -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.

Loading…
Cancel
Save