8000 GitHub - zsisco/ShMOW: ShMOW Manages Only Windows
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zsisco/ShMOW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

[ShMOW - ShMOW Manages Only Windows]

About:
ShMOW is a window manager written in C that is designed for use on a netbook (or any laptop with a small screen). The main idea is to have a window manager suitable for small screens (and slower machines) that minimizes clutter and maximizes precious screen real estate.
The only window mode available is Monocle, where the focused window is full screen and all other windows are hidden. A bar on the top of the screen displays the titles of all open windows. A status panel is also incorporated into the bar which is set by "xsetroot -name $status" (similar to dwm). All configuration is done in the config.h file. 
This repo contains the working version of ShMOW that runs on my netbook.

Dependencies:
- Xlib.
- dmenu (optional).

To do:
- Support for floating window exceptions. (Transient Window fields)
  - Mouse commands to move/resize floaters.

- Create global Drawable as the master tab bar. Stop "refresh" flicker from drawbar().

- Virtual desktops (workspaces).

- Include example status script.

- Rename project -- something related to monocles or small screens...

Default keyboard commands:
(MOD = Alt)
 - MOD+ENTER        spawn terminal
 - MOD+p            spawn dmenu
 - MOD+TAB          next window
 - MOD+SHIFT+TAB    prev window
 - MOD+SHIFT+q      close window
 - MOD+b            toggle bar
 - MOD+CONTROL+t    quit ShMOW

About

ShMOW Manages Only Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0