mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
fbcbddacac
Skippy-XD is a version of Skippy that uses Xserver's XDamage, XComposite and XFixes extensions to provide you with 'live' versions of the windows. Skippy-XD is best described as a full-screen task-switcher for X11. It tries to provide an alternative when taskbars or regular task-switchers aren't the most efficient way of switching tasks (like when you have a lot of applications open) When activated (currently only through a hotkey), it will arrange and scale snapshots of all windows on the current desktop and it'll let you pick a window using a mouse or a keyboard. Yes, this is also what expocity and Apple's Expose. PR: ports/66921
15 lines
590 B
Plaintext
15 lines
590 B
Plaintext
*******************************************************************************
|
|
A sample configuration file, skippy-xd.rc-default, has been installed in
|
|
%%DATADIR%%. To edit the default confiuration of skippy please
|
|
'cp %%DATADIR%%/skippy-xd.rc-default ~/.skippy-xd.rc'
|
|
|
|
You will also need to manually enable the X Composite Extension from Xorg
|
|
by adding the following to your xorg.conf file which is normally found
|
|
in /etc/X11/xorg.conf.
|
|
|
|
Section "Extensions"
|
|
Option "Composite" "Enable"
|
|
EndSection
|
|
|
|
*******************************************************************************
|