All Topics  
PLWM

 

   Email Print
   Bookmark   Link






 

PLWM



 
 
In Unix
Unix

Unix is a computer operating system originally developed in 1969 by a group of American Telephone & Telegraph employees at Bell Labs, including Ken Thompson , Dennis Ritchie, Douglas McIlroy, and Joe Ossanna....
 computing, PLWM (The Pointless Window Manager) is a Python
Python (programming language)

Python is a general-purpose high-level programming language. Its design philosophy emphasizes code readability. Python's core syntax and semantics are Minimalism , while the standard library is large and comprehensive....
 package, containing classes suitable for implementing an X window manager
X window manager

An X window manager is a window manager which runs on top of the X Window System, a windowing system mainly used on Unix-like systems.Unlike the Mac OS and Microsoft Windows platforms, which have historically provided a vendor-controlled, fixed set of ways to control how windows and paned windows display on a Computer display, and how the...
, and also a window manager created using the PLWM package. Its internal structure is highly modularized, and can be fully customized and scripted with configuration files written in the implementation language, in a manner similar to Emacs
Emacs

Emacs is a class of feature-rich text editors, usually characterized by their extensibility. Emacs has, perhaps, more editing commands than any other editor or word processor, numbering over 1,000....
, in order to change everything from keybindings to window management policies.

PLWM is one of a very few modern window managers that is not reparenting
Re-parenting window manager

A stacking window manager is a window manager that draws all windows in a specific order, allowing them to overlap, using a technique called painter's algorithm....
.








Discussion
Ask a question about 'PLWM'
Start a new discussion about 'PLWM'
Answer questions from other users
Full Discussion Forum



Encyclopedia


In Unix
Unix

Unix is a computer operating system originally developed in 1969 by a group of American Telephone & Telegraph employees at Bell Labs, including Ken Thompson , Dennis Ritchie, Douglas McIlroy, and Joe Ossanna....
 computing, PLWM (The Pointless Window Manager) is a Python
Python (programming language)

Python is a general-purpose high-level programming language. Its design philosophy emphasizes code readability. Python's core syntax and semantics are Minimalism , while the standard library is large and comprehensive....
 package, containing classes suitable for implementing an X window manager
X window manager

An X window manager is a window manager which runs on top of the X Window System, a windowing system mainly used on Unix-like systems.Unlike the Mac OS and Microsoft Windows platforms, which have historically provided a vendor-controlled, fixed set of ways to control how windows and paned windows display on a Computer display, and how the...
, and also a window manager created using the PLWM package. Its internal structure is highly modularized, and can be fully customized and scripted with configuration files written in the implementation language, in a manner similar to Emacs
Emacs

Emacs is a class of feature-rich text editors, usually characterized by their extensibility. Emacs has, perhaps, more editing commands than any other editor or word processor, numbering over 1,000....
, in order to change everything from keybindings to window management policies.

PLWM is one of a very few modern window managers that is not reparenting
Re-parenting window manager

A stacking window manager is a window manager that draws all windows in a specific order, allowing them to overlap, using a technique called painter's algorithm....
.

Resources