Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pguerin3 committed Mar 9, 2024
1 parent dc64efa commit 9cb633a
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ Authored by me
:description: setup for a minimalist interface.
:url-repo: https://github.com/pguerin3/cwmrc
:url-adoc: https://docs.gitlab.com/ee/user/asciidoc.html
:icons: font

// https://docs.gitlab.com/ee/user/asciidoc.html
// Note: It’s possible to generate diagrams and flowcharts from text in GitLab using Mermaid or PlantUML.

== The Calm Window Manager (CWM) - a minimalist floating window manager that also tiles

Expand All @@ -21,11 +23,11 @@ to keep the minimal asthetic, but at the same time make more practical.

CWM is a minimalist floating window manager:

[x] float windows by default.
[x] snap any window into a corner, or edge of the screen.
[x] snap the floating windows into a tiling configuration. eg either
* [x] float windows by default.
* [x] snap any window into a corner, or edge of the screen.
* [x] snap the floating windows into a tiling configuration. eg either
horizontal master/stack, or vertical master/stack.
[x] retain gaps between the windows and the edge of the screen.
* [x] retain gaps between the windows and the edge of the screen.

Also there is also a native application launcher that you can drive with
the mouse or touchpad. eg use the keyboard to launch applications.
Expand All @@ -36,10 +38,16 @@ to add 3rd-party lanchers and status bars. eg Polybar.
As CWM doesn't feature multi-monitor support, the ideal use-case is that
you are just using a single monitor.

// thematic break (aka horizontal rule)
---

=== Screenshots of floating windows that are snapped into tiles

To create a few terminal windows, use alt+cntrl+enter for each terminal.

// page break
<<<

==== Without a Polybar:

For example, 4 floating windows can be snapped into tiles.
Expand Down

0 comments on commit 9cb633a

Please sign in to comment.