minimalist window managers [was Re: Preferred applications: IDE, text-editor, music player.]



On Wed, Jun 18, 2008 at 01:38:42PM -0500, Kevin Monceaux wrote:
Nuno,

On Wed, 18 Jun 2008, Nuno Magalhães wrote:

The thing is i have a few requirements: i want applications that are
not desktop-dependant (i.e. Gnome or KDE) and do not rely upon Java.
This rules out a lot of text editors. For console, i use nano, for GUI
i'm using leafpad, any other suggestions?

I've gone to the extreme with desktop-independence. I use DWM as my
window manager and have it tweaked such that unless I happen to have a
browser or image/movie viewer open it looks just like the Linux console.
The only window decorations is a one pixel wide border to show which
window has focus, which I can toggle off/on. DWM can be completely
controlled via the keyboard. I use the plain Jane console version of vim
even when using it under X in a urxvt window.

if you decide to investigate other minimalist WM's you might look at
xmonad. It's all keyboard controlled, tiled with a variety of
customizable tiling layouts. pretty fun(unctional).


A

Attachment: signature.asc
Description: Digital signature



Relevant Pages

  • Re: working set and console applications
    ... I created a windows application and then I created a child console process ... that I started from the parent process using CreateProcess. ... I minimize the child console window it also causes the working set of the ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Console applications window size
    ... AllocConsole() or AttachConsole. ... You already have a console, ... SMALL_RECT srWindowRect; // hold the new window size ... >exe from a cmd prompt, the same cmd prompt gets bigger properly. ...
    (microsoft.public.vc.language)
  • Re: How to minimize command mode window in console program?
    ... to set some property to minimize the console window. ...     ByVal hWnd As IntPtr, ...     End Sub ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Prevent Domain Users From Browsing Around in Active Directory?
    ... View, Customize, uncheck everything except the top one that says Console ... But they will have the rt-click feature. ... Rt-click on that OU, new window from here. ...
    (microsoft.public.windows.server.active_directory)
  • Re: vb6 run from and output to command window
    ... VB doesn't really create true console applications (because the linker ... allocate the console window, and read/write from/to it. ... Private Declare Function AllocConsole Lib "kernel32" As Long ... Dim lResult As Long ...
    (microsoft.public.vb.general.discussion)