Posts: 48
myway_1
Joined: 26 Oct 2016
#1
I use a mini, handheld keyboard-tracpad.

It is hard to navigate my curser through the branches of the jwm menu. The curser goes off track causing the sub-menu to disappear.

I only use about 6 apps and would like to get them at the top of the main menu column.

Are there instructions for how to do that? If not would someone help me?

Thanks.
Posts: 45
hobbyist7890
Joined: 24 Apr 2016
#2
I like jwm also. Copy from system jwm or create in the .jwmrc file in the home directory:

Code: Select all

<RootMenu onroot="123">
<!-- <Include>/ etc/jwm/debian-menu</Include> -->
<Program label="XTerm">xterm</Program>
<Program label="Iceweasel">iceweasel</Program>
<Separator/><Separator/>
<Restart label="Restart"/>
<Exit label="Exit" confirm="false"/>
</RootMenu>
Add as many <Program> items as you want.
Posts: 48
myway_1
Joined: 26 Oct 2016
#3
Thanks. I didn't want to create a new menu but you pointed me in the right direction. There is a menu tab in geany right next to the jwmrc tab.