Convert 2011/12/201112an-update-to-window-managers to MarkDown, and added note about broken web site
This commit is contained in:
parent
8bb9170704
commit
23c6cf25bb
3 changed files with 36 additions and 35 deletions
|
|
@ -1,29 +0,0 @@
|
||||||
<html><body><h1>An Update to 'Window Managers?'</h1>
|
|
||||||
|
|
||||||
<p>Way back, I wrote a quick blurb on <a href="links:///slug/window-managers">Windows Managers</a> for running under X.</p>
|
|
||||||
|
|
||||||
<p>Well, a while back I switched to <a href="http://www.ubuntu.com">Ubuntu</a> for my OS of choice. As you may know, the fine folks at Ubuntu switch the default window manager to something called <strong>Unity</strong>, which cause a stir. I tried it for a while, but decided that it was too heavy, and to mouse-centric.</p>
|
|
||||||
|
|
||||||
<p>So, what to do? Well, I went back to my old standby <a href="http://wmfs.info">wmfs</a>, Window Manager From Scratch. This is a modern WM with systray support, full Ximirama and Xrandr support, tiles, and is mainly driven from the keyboard. Life is good.</p>
|
|
||||||
|
|
||||||
<p>To install (same steps as for Fedora, RHEL, or Ubuntu), download the source, and install the needed development libraries for: <strong>X11, Xft, freetype, Xinerama, Xrandr, and Imlib2</strong>. I used the native packages from the OS. Then, simple do a</p>
|
|
||||||
|
|
||||||
<pre><code>make
|
|
||||||
sudo make install
|
|
||||||
</code></pre>
|
|
||||||
|
|
||||||
<p>(you do build software as a normal user, right?)</p>
|
|
||||||
|
|
||||||
<p>This will install all the needed bits and configs into the correct place. Under Ubuntu 11.10, there was an entry from the login screen to let me chose wmfs.</p>
|
|
||||||
|
|
||||||
<p>Config is handled in <em>$HOME/.config/wmfs/wmfsrc</em> which you can copy from <em>/etc/xdg/wmfs/wmfsrc</em>.</p>
|
|
||||||
|
|
||||||
<p>The <a href="http://wmfs.info">wmfs website</a> has very nice documentation as well as likes to some people’s configs with screen shots.</p>
|
|
||||||
|
|
||||||
<p>It runs very fast, and very lean:</p>
|
|
||||||
|
|
||||||
<pre><code> Private + Shared = RAM used Program
|
|
||||||
3.9 MiB + 310.0 KiB = 4.2 MiB wmfs
|
|
||||||
</code></pre>
|
|
||||||
|
|
||||||
<p>Check it out, I am sure you will like what you see.</p></body></html>
|
|
||||||
36
posts/2011/12/201112an-update-to-window-managers.md
Normal file
36
posts/2011/12/201112an-update-to-window-managers.md
Normal file
|
|
@ -0,0 +1,36 @@
|
||||||
|
<!--
|
||||||
|
.. title: An Update to 'Window Managers?'
|
||||||
|
.. slug: an-update-to-window-managers
|
||||||
|
.. date: 2011/12/22 17:12:00
|
||||||
|
.. tags: cli,software,windowmanager
|
||||||
|
.. link:
|
||||||
|
.. description:
|
||||||
|
.. type: text
|
||||||
|
-->
|
||||||
|
|
||||||
|
Way back, I wrote a quick blurb on [Window Managers](links://slug/window-managers) for running under X.
|
||||||
|
|
||||||
|
Well, a while back I switched to [Ubuntu](http://www.ubuntu.com) for my OS of choice. As you may know, the fine folks at Ubuntu switched to default window manager to something called **Unity**, which caused a stir. I tried it for a while, but decided that it was too heavy, and too mouse-centric.
|
||||||
|
|
||||||
|
So, what to do? Well, I went back to my old standby [wmfs](http://wmfs.info), Window Manager From Scratch. This is a modern WM with systray support, full Ximirama and Xrandr support, tiles, and is mainly driven from the keyboard. Life is good.
|
||||||
|
|
||||||
|
To install (same steps as for Fedora, RHEL, or Ubuntu), download the source, and install the needed development libraries for: **X11, Xft, freetype, Xinerama, Xrandr, and Imlib2**. I used the native packages from the OS. Then, simple do a
|
||||||
|
|
||||||
|
make
|
||||||
|
sudo make install
|
||||||
|
|
||||||
|
(you do build software as a normal user, right?)
|
||||||
|
|
||||||
|
This will install all the needed bits and configs into the correct place. Under Ubuntu 11.10, there was an entry from the login screen to let me chose wmfs.
|
||||||
|
|
||||||
|
Config is handled in *$HOME/.config/wmfs/wmfsrc* which you can copy from */etc/xdg/wmfs/wmfsrc*.
|
||||||
|
|
||||||
|
***EDIT 2016-11-30**: It seems the domain is no longer active.*
|
||||||
|
The [wmfs website](http://wmfs.info) has very nice documentation as well as likes to some people’s configs with screen shots.
|
||||||
|
|
||||||
|
It runs very fast, and very lean:
|
||||||
|
|
||||||
|
Private + Shared = RAM used Program
|
||||||
|
3.9 MiB + 310.0 KiB = 4.2 MiB wmfs
|
||||||
|
|
||||||
|
Check it out, I am sure you will like what you see.
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
.. title: An Update to 'Window Managers?'
|
|
||||||
.. slug: an-update-to-window-managers
|
|
||||||
.. date: 2011/12/22 17:12:00
|
|
||||||
.. tags: cli,software,windowmanager
|
|
||||||
.. link:
|
|
||||||
.. description:
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue