Code Monkey home page Code Monkey logo

paginator's Introduction

Paginator

demo

(Paginator is at the top right on the image.)

Paginator is a desktop pager for EWMH-compliant X11 window managers that support docked applications (dockapps), such as WindowMaker and Fluxbox.

Paginator shows a grid of desktop miniatures representing actual virtual desktops; each one having window miniatures representing actual windows. By manipulating those miniatures with the mouse, the user can change the active window, set the desktop of a window, and switch between desktops.

Paginator is configured solely by X resources and command-line options.

Options

Paginator understand the following command-line options.

  • -geometry geometry: Specify the initial size for Paginator.
  • -name name: Specify a resource/instance name for Paginator.
  • -xrm resources: Specify X resources for Paginator.

Customization

Paginator can be customized by setting the following X resources.

  • Paginator.activeBackground: Color of the miniature of the active window.
  • Paginator.activeBorderColor: Color of the border of the miniature of the active window.
  • Paginator.activeTopShadowColor: Color of the light shadow of the miniature of the active window.
  • Paginator.activeBottomShadowColor: Color of the heavy shadow of the miniature of the active window.
  • Paginator.borderWidth: Width in pixels of the border around the miniatures of windows.
  • Paginator.currentDesktopBackground: Color of the current desktop miniature.
  • Paginator.desktopBackground: Color of a desktop miniature.
  • Paginator.frameTopShadowColor: Color of the light shadow around Paginator.
  • Paginator.frameBottomShadowColor: Color of the heavy shadow around Paginator.
  • Paginator.frameShadowThickness: Width in pixels of the 3D shadow frame around Paginator.
  • Paginator.geometry: Initial geometry of paginator.
  • Paginator.inactiveBackground: Color of the miniature of a regular window.
  • Paginator.inactiveBorderColor: Color of the border of the miniature of a regular window.
  • Paginator.inactiveTopShadowColor: Color of the light shadow of the miniature of a regular window.
  • Paginator.inactiveBottomShadowColor: Color of the heavy shadow of the miniature of a regular window.
  • Paginator.urgentBackground: Color of the miniature of an urgent window.
  • Paginator.urgentBorderColor: Color of the border of the miniature of an urgent window.
  • Paginator.urgentTopShadowColor: Color of the light shadow of the miniature of an urgent window.
  • Paginator.urgentBottomShadowColor: Color of the heavy shadow of the miniature of an urgent window.
  • Paginator.separatorColor: Color of the separator between desktop miniatures.
  • Paginator.separatorWidth: Width in pixels of the separator between desktop miniatures.
  • Paginator.shadowThickness: Width in pixels of the 3D shadows.

Installation

Run make all to build, and make install to install the binary and the manual into ${PREFIX} (/usr/local).

Usage

Run paginator with a number of rows and columns:

$ paginator 2 3

This creates the following pager:

+-------+-------+-------+
|       |       |       |
|   1   |   2   |   3   |
|       |       |       |
+-------+-------+-------+
|       |       |       |
|   4   |   5   |   6   |
|       |       |       |
+-------+-------+-------+

License

The code and manual are under the MIT/X license. See ./LICENSE for more information.

Epilogue

Read the manual.

paginator's People

Contributors

phillbush avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.