Other JWM

I'm a long time WindowMaker user (really longtime) saw JWM mentioned somewhere in a thread and figured "why not"
It's actually very nice, very simple. Almost like a TWMV2. Seems light on resources, pretty responsive. The XML config file is understandable. My "main menu" consists of very little: xterm, webbrowser, email client.
It will take a bit to get used to not having "the dock", but honestly, make it easy to get a terminal window and I can start everything I need.
I'm not trying to convince anyone to switch, just trying to say "if you want a windowmanager, give it a try"
 
I'm a long time WindowMaker user (really longtime) saw JWM mentioned somewhere in a thread and figured "why not"
It's actually very nice, very simple. Almost like a TWMV2. Seems light on resources, pretty responsive. The XML config file is understandable. My "main menu" consists of very little: xterm, webbrowser, email client.
It will take a bit to get used to not having "the dock", but honestly, make it easy to get a terminal window and I can start everything I need.
I'm not trying to convince anyone to switch, just trying to say "if you want a windowmanager, give it a try"
I am Openbox user and I will try in the future install jwm but what difference should I expected with working Openbox?
 
Labwc is a Wayland version of openbox

 
I am Openbox user and I will try in the future install jwm but what difference should I expected with working Openbox?
Probably not much difference. For me, the biggest difference has been look and feel. Looks different from my WindowMaker config, so I needed to make sure the JWM config worked for my ingrained mouse clicks.
So my changes have been related to what JWM calls the "Tray", mouse clicks (which button pressed when cursor is somewhere does action X) and colors.
Mine is very simple. Honestly all I really need is an xterm, I can type in commands to launch claws-mail, browsers. But I've configured the Tray to have buttons that represent "launch a terminal" "launch a mail program" "launch a web browser" just for ease of use. Very simple to what others do.
 
Probably not much difference. For me, the biggest difference has been look and feel. Looks different from my WindowMaker config, so I needed to make sure the JWM config worked for my ingrained mouse clicks.
So my changes have been related to what JWM calls the "Tray", mouse clicks (which button pressed when cursor is somewhere does action X) and colors.
Mine is very simple. Honestly all I really need is an xterm, I can type in commands to launch claws-mail, browsers. But I've configured the Tray to have buttons that represent "launch a terminal" "launch a mail program" "launch a web browser" just for ease of use. Very simple to what others do.
Are you on WindowMaker still or using JWM now? I decided to stay with Openbox :).
 
Are you on WindowMaker still or using JWM now? I decided to stay with Openbox :).
Right now JWM on one system, WindowMaker the other. I've been using WindowMaker for over 20 yrs so a lot of things (dock and Icons) are baked into my brain.
Relevant port of .jwmrc for me (tray configuration). Gives me a few buttons to start apps, the rest is just icon collection:
<!-- Tray at the bottom. -->
<Tray x="0" y="-1" autohide="off" delay="1000" height="40">
<TrayButton icon="utilities-terminal">exec:xterm</TrayButton>
<TrayButton icon="emblem-mail">exec:claws-mail</TrayButton>
<TrayButton icon="web-browser">exec:waterfox</TrayButton>
<TrayButton icon="libreoffice-writer">exec:libreoffice</TrayButton>
<Spacer width="4"/>
<TaskList maxwidth="256" labeled="true"/>
<Spacer width="4"/>
<Dock/>
<Clock format="%a %b %d %l:%M %p"></Clock>
</Tray>
 
Back
Top