SawfishWM / sawfish-pager

Pager for Sawfish WM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

** Overview **

Sawfish-pager gives:
* the thumbnail view of your entire desktop, including currently off
  workspaces.
* a shortcut. By a single click, you can go to another (distant)
  workspace, or to a window there. You can also move or raise / lower
  a window.

Sawfish-pager is written in both C and lisp.

For installation instruction, read the file "INSTALL".

** Components **

Sawfish pager consists of a lisp file "pager.jl" and an executable
"pager".

** Activation **

In your resource file you could add something like:

(require 'sawfish.wm.ext.pager)
(add-hook 'after-initialization-hook pager t)

** Mouse operation **

Button1-Click:  select viewport (and optionally window)
Button2-Click:  raise/lower window
Button3-Move :  drag window

Currently mouse binding is not configurable.

** Configuration **

Many options are provided. As usual, use the Sawfish configurator.

About

Pager for Sawfish WM

License:GNU General Public License v2.0


Languages

Language:Common Lisp 38.3%Language:C 31.9%Language:Shell 26.0%Language:Makefile 3.7%