AKWARP(1) ========= Mathias Gumz v1.0rc1, 07 Oct 2005 NAME ---- akwarp - switches workspaces when the mouse enters certain areas. SYNOPSIS -------- 'akwarp' [-h] [-v] [-pws ] [-nws ] [-t ] DESCRIPTION ----------- if the mousepointer enters one of either nextworkspace-area or prevworkspacearea and stay there for longer than a given activation_time, akwarp will change to the next/prev workspace, using ewmh_standards... which means you need an ewmh-compatible windowmanager (eg fluxbox) mouseposition is checked at ~ 25fps, that should be good enough BUILD and INSTALL ----------------- to build 'akwarp' just enter $> gmake if you want shading support for 'akwarp' enter $> gmake xrender if you want use some shape-file for the buttons: $> gmake xshape and for a combination of shaded and shaped buttons: $> gmake xrender-xshape to install 'akwarp' enter: $> gmake install OPTIONS ------- -h :: displays help -v :: displays version -pws :: define area for "previous workspace", default is 10xheight+0+0 -nws :: define area for "next workspace", default is 10xheight-10+0 -b :: show buttons -c :: color the buttons with , default is "white" -s :: shade the buttons, default is 0 aka no shading, only available if compiled with shade-support. -t