diff options
| author | tslil clingman <> | 2020-09-07 13:48:37 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2020-09-07 13:48:37 -0400 |
| commit | fe5af30967a62b091e6676dddca019f2673ef808 (patch) | |
| tree | 59ea57d28ed72d63e5b4426018da9db60a443347 | |
| parent | aba3ee59b2f5703d9e25764808917f00c850c53a (diff) | |
Messed up quoting
| -rw-r--r-- | dwm.gmi | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -16,13 +16,13 @@ These points certainly eliminate traditional, floating window managers from cons Owing to these preferences i landed up using Ratpoison. => https://www.nongnu.org/ratpoison/ Ratpoison window manager -``` -Ratpoison is a simple Window Manager with no fat library dependencies, no fancy graphics, no window decorations, and no rodent dependence. It is largely modelled after GNU Screen which has done wonders in the virtual terminal market. - The screen can be split into non-overlapping frames. All windows are kept maximized inside their frames to take full advantage of your precious screen real estate. +> Ratpoison is a simple Window Manager with no fat library dependencies, no fancy graphics, no window decorations, and no rodent dependence. It is largely modelled after GNU Screen which has done wonders in the virtual terminal market. +> +> The screen can be split into non-overlapping frames. All windows are kept maximized inside their frames to take full advantage of your precious screen real estate. +> +> All interaction with the window manager is done through keystrokes. ratpoison has a prefix map to minimize the key clobbering that cripples Emacs and other quality pieces of software. - All interaction with the window manager is done through keystrokes. ratpoison has a prefix map to minimize the key clobbering that cripples Emacs and other quality pieces of software. -``` This was, i think, my first love and it will always have a special place in my heart. It is lightweight, manages windows exactly as i like them, has a modal leader key (yes!), and is entirely keyboard driven. |
