@related : [[Desktop]] [[Software]] ===Window Manager :=== * fvmw, afterstep, xfce, wmaker, sawfish, e17, ion * lg3d ([[Java3D]]) * http://fluxbox.sourceforge.net/ * http://icculus.org/openbox/ * http://www.xpde.com/shots.php === FVWM @ http://www.fvwm.org=== #fvwm is FVWM - a ICCCM2/EWMH compliant window manager * fvwm-themes: fvwm-themes.sf.net * FAQ http://www.starshine.org/xteddy/thomas/fvwm/fvwmchanfaq.html * Frapper: http://www.frappr.com/fvwm * Documentation: /j #fvwmwiki | XGL? See #cf8 of the channel FAQ. ===XFCE @ http://www.xfce.org=== http://www.xfce.org is my favorite [[Desktop]] so far [[Community]] : http://forum.xfce.org/index.php?action=profile;u=623;sa=showPosts http://www.home.unix-ag.org/bmeurer/xfce/index.html http://www.xfce.org/blog/ #root@[[Debian]]# apt-cache search xfce4 | cut -f1 -d' ' | sort | xargs apt-get install -y xfce4-session saves windows http://www.os-cillation.com/article.php?sid=37 deb http://www.os-cillation.de/debian binary/ deb-src http://www.os-cillation.de/debian source/ ===[[ToDo]]=== @ http://xfce.lindesign.se/db/viewtopic.php?p=2272 About: Alt+Tab = Windows Cycling among workspace (not only current one) I really want that feature, because i'd like to avoid to use the ctrl+alt+right shortcut (which require 2 hands) http://lunar-linux.org/pipermail/xfce/2004-March/008517.html http://lunar-linux.org/pipermail/xfce/2004-March/008526.html >I didn't find the option to cycle through my applications with ALT-Tab. >Cycling is only possible in the current workspace. Is this wanted or >can I change this. nope, it's intended that alt-tab only cycles through windows on the current workspace. this isn't a preference, and, IMHO, it shouldn't be. Other features I like to use : a shortcut to unhide the pannel taskbar ===SAWFISH=== i want to cycle ALL opened windows whereever they are #rzr@nrv:AmiloA/$ tail -1 ~/.sawfish/custom (custom-set-typed-variable (quote cycle-all-workspaces) (quote t) (quote boolean)) i have a command w/ this core: (unwind-protect (progn (toggle-cycle-global) (call-command 'cycle-windows)) (toggle-cycle-global)) and, for cycling i have 2 features: skip to a _different_ workspace, to a next windows. And cycling in an implicit last-search, set by iswitch-wi>ow (and wid.jl). === [[Debian]] bug=== #rzr@nrv:gtk-2.0/$ date Thu Jun 24 13:52:37 CEST 2004 #rzr@nrv:gtk-2.0/$ cat /etc/debian_version testing/unstable #rzr@nrv:gtk-2.0/$ xfce4-panel --version xfce4-panel, version 4.0.5 #rzr@nrv:gtk-2.0/$ ll /usr/lib/gtk-2.0/ lrwxr-xr-x 1 root root 5 Jun 24 13:25 2.2.0 -> 2.4.0 drwxr-xr-x 5 root root 4096 Jun 22 20:29 2.4.0 # this link made my xfce pannel working without problems (so far) cd /usr/lib/gtk-2.0 ln -fs 2.4.0 2.2.0 For the future see: http://who.is.free.fr/wiki/index.php?Desktop