Adoption - felixfung/skippy-xd GitHub Wiki

Compatible Desktop Environments/Window Managers

GNOME

Use clientList = _NET_CLIENT_LIST.

KDE

Use clientList = XQueryTree.

Disable "Desktop Effects | fading Popups" to see expo animation.

Disable KDE Compositor and use picom to use skippy-xd transparency. Alternatively turn on pseudoTrans.

xfce

Use clientList = _NET_CLIENT_LIST.

2bwm

Use clientList = _NET_CLIENT_LIST.

openbox

Use clientList = XQueryTree.

fluxbox

Use clientList = XQueryTree.

awesome

Use clientList = XQueryTree.

With multiple monitors, there is bug.

xmonad

Use clientList = XQueryTree.

Requires XMonad.Hooks.EwmhDesktops.

Switch and expose works best when focusFollowsMouse = False.

IceWM

Use clientList = _NET_CLIENT_LIST.

i3

Use clientList = XQueryTree.

With multiple monitors, there is bug.

Window Maker

expose works, switch and paging not so well.

CTWM

expose works, switch and paging not so well.

Distro adoption

Please see

https://repology.org/project/skippy-xd/versions

https://pkgs.org/search/?q=skippy

ArchLinux

[AUR] https://aur.archlinux.org/packages/skippy-xd-git

Ubuntu

No package

Debian

No package

Fedora

https://copr.fedorainfracloud.org/coprs/ledif/skippy-xd/

Manjaro

https://software.manjaro.org/package/skippy-xd

Slackware

https://slackbuilds.org/repository/15.0/desktop/skippy-xd/?search=skippy

Mandriva

openSUSE

NixOS

https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/tools/X11/skippy-xd/default.nix#L41