You are not logged in.

#1 2010-03-29 17:20:22

mythus
Member
From: MS Gulf Coast
Registered: 2008-05-15
Posts: 509
Website

Share your .jwmrc!

Greetings,

I don't see a thread like this one, yet there are ones for almost every other popular wm/de. Since I happen to think that JWM isn't getting the attention it so deserves (it is a very awesome and minimal wm), I would like to share .jwmrc's with everyone. Hopefully I am not the only one who likes JWM here, and we can assemble together a great collection of .jwmrc's, together with screenshots of them in use.

The rules are the same as the regular screenshot thread. Post a tumbnail of your image or link to image, preferably a thumbnail. No full sized images please. Then provide a copy of your .jwmrc.

I will start.

Clean:
tM3pjZg

Busy:
tM3pjaA

.jwmrc

<?xml version="1.0"?>

<JWM>
<StartupCommand> exec conky</StartupCommand>
   <!-- The root menu, if this is undefined you will not get a menu. -->
   <!-- Additional RootMenu attributes: onroot, labeled, label -->
   <RootMenu onroot="123">
      <Program icon="terminal.png" label="Terminal">Terminal</Program>
      <Program icon="file-manager.png" label="File Manager">thunar</Program>
      <Program icon="im-nov.png" label="Instant Messenger">pidgin</Program>
      <Program icon="firefox.png" label="Fire Fox">firefox</Program>
      <Program icon="virtualbox.png" label="Virtualbox">VirtualBox</Program>
      <Program icon="calc.png">gcalc</Program>
      <Separator/>
      <Menu icon="folder-music.png" label="Media">
         <Program icon="multimedia.png" label="Music Player">deadbeef %F</Program>
         <Program icon="mplayer.png" label="Movie Player">xine</Program>
         <Program icon="multimedia.png" label="Alsa Mixer">xterm -e alsamixer</Program>
      </Menu>
      <Menu icon="folder-documents.png" label="Office">
         <Program icon="openoffice.png" label="Open Office">ooffice</Program>
         <Program icon="calc.png">gcalc</Program>
      </Menu>
      <Menu icon="folder-deviantART.png" label="Art">  
         <Program icon="gimp.png" label="Gimp">gimp</Program>
      </Menu>
      <Menu icon="folder-html.png" label="Internet">
         <Program icon="firefox.png" label="Firefox">firefox</Program>
         <Program icon="im-nov.png" label="Pidgin">pidgin</Program>
      </Menu>
      <Menu icon="folder-games.png" label="Games"> 
      </Menu>
      <Menu icon="folder-public.png" label="Preferences"> 
        <Program icon="xfce4-ui.png" label="Change GTK Theme">lxappearance</Program>
         <Program icon="xkill.png">xfontsel</Program>
      </Menu>
      <Menu icon="folder-important.png" label="System">
         <Program icon="system-software-installer.png" label="Add or Remove Programs">gksu gtkpacman</Program>         
         <Program icon="utilities-system-monitor.png" label="System Monitor">Terminal -e htop</Program>
      </Menu>
 
      <Separator/>
      <Restart label="Restart" icon="system-restart.png"/>
      <Exit label="Exit" confirm="true" icon="system-switch-user.png"/>
   </RootMenu>

   <Group>
      <Class>Pidgin</Class>
      <Option>sticky</Option>
   </Group>

   <Group>
     <Class>Squeeze</Class>
     <Class>Xarchiver</Class>
     <Option>nolist</Option>
   </Group>

   <Group>
      <Name>rxvt</Name>
      <Option>vmax</Option>
   </Group>

   <!-- Additional tray attributes: autohide, width, border, layer, layout -->
   <Tray  x="0" y="0" height="32" border="1">

      <!-- Additional TrayButton attribute: label -->
      <TrayButton label="Menu" icon="start-here-arch.png">root:1</TrayButton>

      <TrayButton icon="looknfeel.png">showdesktop</TrayButton>

      <!-- Additional TaskList attribute: maxwidth -->
      <TaskList/>

      <Dock/>

      <!-- Additional Swallow attribute: height -->
      <!-- Additional Pager attributes; width, height -->
      <Pager/>
      <Clock format="%r %D" >orage</Clock>

   </Tray>

   <!-- Visual Styles -->

   <WindowStyle>

      <Font>FreeSans-9:bold</Font>
      <Width>4</Width>
      <Height>20</Height>

      <Active>
         <Text>black</Text>
         <Title>#84D1F1:#5193DA</Title>
         <Corner>white</Corner>
         <Outline>black</Outline>
      </Active>

      <Inactive>
         <Text>white</Text>
         <Title>#8DA29D:#C8D4D2</Title>
         <Corner>#aaaaaa</Corner>
         <Outline>black</Outline>
      </Inactive>

   </WindowStyle>

   <TaskListStyle>
      <Font>FreeSans-10:bold</Font>
      <ActiveForeground>black</ActiveForeground>
      <ActiveBackground>#84D1F1:#5193DA</ActiveBackground>
      <Foreground>black</Foreground>
      <Background>#8DA29D:#C8D4D2</Background>
   </TaskListStyle>

   <!-- Additional TrayStyle attribute: insert -->
   <TrayStyle>
      <Font>FreeSans-10:bold</Font>
      <Background>#C8D4D2</Background>
      <Foreground>black</Foreground>
   </TrayStyle>

   <PagerStyle>
      <Outline>white</Outline>
      <Foreground>#8DA29D</Foreground>
      <Background>#9CBDBC</Background>
      <ActiveForeground>#84D1F1</ActiveForeground>
      <ActiveBackground>#5193DA</ActiveBackground>
   </PagerStyle>

   <MenuStyle>
      <Font>FreeSans-8:bold</Font>
      <Foreground>black</Foreground>
      <Background>#C8D4D2</Background>
      <ActiveForeground>white</ActiveForeground>
      <ActiveBackground>#84D1F1:#5193DA</ActiveBackground>
   </MenuStyle>

   <PopupStyle>
      <Font>FreeSans-10</Font>
      <Outline>black</Outline>
      <Foreground>black</Foreground>
      <Background>yellow</Background>
   </PopupStyle>

   <IconPath>
      $HOME/.icons
   </IconPath>

   <!-- Virtual Desktops -->
   <!-- Desktop tags can be contained within Desktops for desktop names. -->
   <Desktops count="4">

      <!-- Default background. Note that a Background tag can be
           contained within a Desktop tag to give a specific background
           for that desktop.
       -->
      <Background type="image">$HOME/norovasatelitejwm.png</Background>

   </Desktops>

   <!-- Double click speed (in milliseconds) -->
   <DoubleClickSpeed>400</DoubleClickSpeed>

   <!-- Double click delta (in pixels) -->
   <DoubleClickDelta>2</DoubleClickDelta>

   <!-- The focus model (sloppy or click) -->
   <FocusModel>sloppy</FocusModel>

   <!-- The snap mode (none, screen, or border) -->
   <SnapMode distance="10">border</SnapMode>

   <!-- The move mode (outline or opaque) -->
   <MoveMode>opaque</MoveMode>

   <!-- The resize mode (outline or opaque) -->
   <ResizeMode>opaque</ResizeMode>

   <!-- Key bindings -->
   <Key key="Up">up</Key>
   <Key key="Down">down</Key>
   <Key key="Right">right</Key>
   <Key key="Left">left</Key>
   <Key key="h">left</Key>
   <Key key="j">down</Key>
   <Key key="k">up</Key>
   <Key key="l">right</Key>
   <Key key="Return">select</Key>
   <Key key="Escape">escape</Key>

   <Key mask="A" key="Tab">nextstacked</Key>
   <Key mask="A" key="F4">close</Key>
   <Key mask="A" key="#">desktop#</Key>
   <Key mask="A" key="F1">root:1</Key>
   <Key mask="A" key="F2">window</Key>

</JWM>

Legends of Nor'Ova - role playing community devoted to quality forum-based and table-top role play, home of the Legends of Nor'Ova Core Rule Book and Legends of Nor'Ova: Saga of Ablution steam punk like forum based RPG

Offline

#2 2010-09-13 05:46:36

adamlau
Member
Registered: 2009-01-30
Posts: 418

Re: Share your .jwmrc!

My .jwmrc is always being editing, but here is what I am currently running...

Clean:
Busy

Busy:
Clean

<?xml version="1.0"?>
<JWM>

<StartupCommand>xset dpms 0 0 900</StartupCommand>
<StartupCommand>rm -rf $HOME/.adobe $HOME/.cache $HOME/.local/share/Trash $HOME/.macromedia $HOME/.recently-used.xbel</StartupCommand>
<ShutdownCommand>truecrypt -d</ShutdownCommand>

<RootMenu height="0" onroot="8">
<Program label="Desktop">thunar ~/Desktop</Program>
<Program label="Documents">thunar /doc</Program>
<Separator/>
<Menu label="Programs">
<Program label="W-a | XCalc">xcalc</Program>
<Program label="W-b | Xfburn">xfburn -d</Program>
<Program label="W-c | Chromium">chromium --block-nonsandboxed-plugins --incognito --disable-java --safe-plugins --start-maximized --user-data-dir=/tmp/.chromium</Program>
<Program label="W-e | medit">medit</Program>
<Program label="W-f | Firefox">chromium --block-nonsandboxed-plugins --incognito --disable-java --safe-plugins --start-maximized --user-agent=Firefox/3.6.10 --user-data-dir=/tmp/.chromium</Program>
<Program label="W-g | GIMP">gimp -s</Program>
<Program label="W-k | KeePassX">keepassx /media/truecrypt5/keepass-data/keepass.kdb</Program>
<Program label="W-o | Opera">opera -newprivatetab -noargb -nolirc -nomail -nomaillinks -pd /tmp/.opera</Program>
<Program label="W-s | OO Calc">/usr/lib/openoffice/program/scalc -nologo</Program>
<Program label="W-t | TrueCrypt">truecrypt --auto-mount=favorites --background-task</Program>
<Program label="W-v | GMPlayer">gnome-mplayer --single_instance</Program>
<Program label="W-w | OO Writer">/usr/lib/openoffice/program/swriter -nologo</Program>
<Program label="W-x | Scanner">simple-scan</Program>
</Menu>
<Separator/>
<Program label="Terminal">xterm</Program>
<Separator/>
<Program label="Config">medit ~/.jwmrc</Program>
<Restart label="Refresh"/>
<Exit label="Logout" confirm="false"/>
<Separator/>
<Program label="Suspend">dbus-send --system --print-reply --dest=org.freedesktop.Hal /org/freedesktop/Hal/devices/computer org.freedesktop.Hal.Device.SystemPowerManagement.Suspend int32:0</Program>
<Separator/>
<Program label="Restart">dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Restart</Program>
<Program label="Poweroff">dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop</Program>
</RootMenu>

<Group>
<Class>Opera</Class>
<Option>maximized</Option>
<Option>noborder</Option>
<Option>notitle</Option>
</Group>

<Group>
<Class>Squeeze</Class>
<Option>sticky</Option>
</Group>

<Tray x="0" y="0" height="0">
<TaskList/>
<TrayButton label="X">showdesktop</TrayButton>
<TrayButton label="Explorer">root:8</TrayButton>
<Pager/>
<Dock/>
<Clock format="%a %b %d %l:%M %p">xterm -hold -e pal -c 22</Clock>
</Tray>

<WindowStyle>
<Font>-*-fixed-*-r-*-*-10-*-*-*-*-*-*-*</Font>
<Width>3</Width>
<Height>20</Height>

<Active>
<Text>white</Text>
<Title>#70849d:#2e3a67</Title>
<Outline>black</Outline>
</Active>

<Inactive>
<Text>#aaaaaa</Text>
<Title>#808488:#303438</Title>
<Outline>black</Outline>
</Inactive>

</WindowStyle>

<TaskListStyle>
<Font>-*-fixed-*-r-*-*-13-*-*-*-*-*-*-*</Font>
<Foreground>black</Foreground>
<Background>gray70:gray90</Background>
<ActiveForeground>white</ActiveForeground>
<ActiveBackground>#70849d:#2e3a67</ActiveBackground>
</TaskListStyle>

<TrayStyle>
<Font>-*-fixed-*-r-*-*-13-*-*-*-*-*-*-*</Font>
<Background>gray90</Background>
<Foreground>black</Foreground>
</TrayStyle>

<PagerStyle>
<Outline>black</Outline>
<Foreground>gray90</Foreground>
<Background>#808488</Background>
<ActiveForeground>#70849d</ActiveForeground>
<ActiveBackground>#2e3a67</ActiveBackground>
</PagerStyle>

<MenuStyle>
<Font>-*-fixed-*-r-*-*-13-*-*-*-*-*-*-*</Font>
<Foreground>black</Foreground>
<Background>gray90</Background>
<ActiveForeground>white</ActiveForeground>
<ActiveBackground>#70849d:#2e3a67</ActiveBackground>
</MenuStyle>

<PopupStyle enabled="false">
</PopupStyle>

<Desktops count="2">
</Desktops>

<DoubleClickSpeed>400</DoubleClickSpeed>
<DoubleClickDelta>2</DoubleClickDelta>
<FocusModel>click</FocusModel>
<SnapMode distance="10">border</SnapMode>
<MoveMode>opaque</MoveMode>
<ResizeMode>opaque</ResizeMode>

<Key key="Up">up</Key>
<Key key="Down">down</Key>
<Key key="Right">right</Key>
<Key key="Left">left</Key>
<Key key="Return">select</Key>
<Key key="Escape">escape</Key>
<Key key="F1">root:8</Key>

<Key mask="A" key="space">desktop</Key>

<Key mask="H" key="a">exec:xcalc</Key>
<Key mask="H" key="b">exec:xfburn -d</Key>
<Key mask="H" key="c">exec:chromium --block-nonsandboxed-plugins --incognito --disable-java --safe-plugins --start-maximized --user-data-dir=/tmp/.chromium</Key>
<Key mask="H" key="e">exec:medit</Key>
<Key mask="H" key="f">exec:chromium --block-nonsandboxed-plugins --incognito --disable-java --safe-plugins --start-maximized --user-agent=Firefox/3.6.10 --user-data-dir=/tmp/.chromium</Key>
<Key mask="H" key="g">exec:gimp -s</Key>
<Key mask="H" key="h">exec:rm -rf $HOME/.local/share/Trash $HOME/.recently-used.xbel</Key>
<Key mask="H" key="k">exec:keepassx /media/truecrypt5/keepass-data/keepass.kdb</Key>
<Key mask="H" key="o">exec:opera -newprivatetab -noargb -nolirc -nomail -nomaillinks -pd /tmp/.opera</Key>
<Key mask="H" key="s">exec:/usr/lib/openoffice/program/scalc -nologo</Key>
<Key mask="H" key="t">exec:truecrypt --auto-mount=favorites --background-task</Key>
<Key mask="H" key="v">exec:gnome-mplayer --single_instance</Key>
<Key mask="H" key="w">exec:/usr/lib/openoffice/program/swriter -nologo</Key>
<Key mask="H" key="x">exec:simple-scan</Key>

<Key mask="A" key="Tab">next</Key>
<Key mask="A" key="x">exec:urxvtc</Key>
<Key mask="A" key="z">exec:thunar ~/Desktop</Key>

<Key mask="AH" key="c">exec:medit ~/.jwmrc</Key>
<Key mask="AH" key="k">exec:slock</Key>
<Key mask="AH" key="l">exec:jwm -exit</Key>
<Key mask="AH" key="r">exec:jwm -restart</Key>

<Key mask="H" key="F3">exec:sleep 1; xset dpms force off</Key>
<Key mask="H" key="F4">exec:dbus-send --print-reply --system --dest=org.freedesktop.UPower /org/freedesktop/UPower org.freedesktop.UPower.Suspend</Key

<Key mask="AH" key="b">exec:dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Restart</Key>
<Key mask="AH" key="p">exec:dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop</Key>

<Key mask="H" key="z">close</Key>

</JWM>

Last edited by adamlau (2010-10-03 04:13:42)


Arch Linux + sway
Debian Testing + GNOME/sway
NetBSD 64-bit + Xfce

Offline

#3 2010-09-17 16:37:05

mythus
Member
From: MS Gulf Coast
Registered: 2008-05-15
Posts: 509
Website

Re: Share your .jwmrc!

That's looks pretty good, thanks for sharing.


Legends of Nor'Ova - role playing community devoted to quality forum-based and table-top role play, home of the Legends of Nor'Ova Core Rule Book and Legends of Nor'Ova: Saga of Ablution steam punk like forum based RPG

Offline

#4 2010-09-17 17:31:26

72linus
Member
From: gordonsville,va
Registered: 2009-03-14
Posts: 144
Website

Re: Share your .jwmrc!

hello mythus

do you write any?

anyway, I am also a lover of JWM but have had a very hard time finding good .jwmrc's,etc

I made a couple livecd's using jwm as main wm, see here
http://linux.softpedia.com/get/System/O … 3880.shtml

http://linux.softpedia.com/get/System/O … 4010.shtml

http://linux.softpedia.com/get/System/O … 4962.shtml

http://linux.softpedia.com/get/System/O … 6077.shtml

the slackware one's also contain a update-menu script for jwm sourced from Vector Live Lite Final's jwm desktop
I also got some themes, etc from DSL forums and puppy linux

Offline

#5 2010-09-22 00:54:29

reflets de vert
Member
Registered: 2010-03-20
Posts: 71
Website

Re: Share your .jwmrc!

Hello everyone!

Thanks to you I understand many things about .jwmrc and improved my config file.

I wonder which fonts are available for JWM (not all I saw), if we can set the height of the menu, how function the keybindings (it's a great option), and other questions.

Here's my .jwmrc:

<?xml version="1.0"?>

<JWM>

<StartupCommand>
</StartupCommand>

<StartupCommand>
orage
</StartupCommand>



<!-- Le menu système. Important pour avoir un menu... -->
<!-- Additional RootMenu attributes: onroot, labeled, label -->
<RootMenu height="12" onroot="1">
<Program icon="/usr/share/icons/gnome/16x16/apps/konsole.png"
label="Terminal">xterm</Program>
<Program icon="/usr/share/icons/gnome/16x16/apps/openterm.png" 
label="Terminal Sakura">sakura</Program>
<Program
icon="/usr/share/icons/gnome/16x16/apps/preferences-desktop-display.png"
label="Logiciel de formatage/partitionnement gparted">gksu
gparted</Program>
<Program
icon="/usr/share/icons/oxygen/16x16/apps/preferences-desktop-sound.png"
label="alsamixer">xterm alsamixer</Program>
<Program
icon="/usr/share/icons/oxygen/16x16/apps/preferences-desktop-printer.png"
label="Impression">hp-toolbox</Program>
<Program icon="/usr/share/icons/gnome/16x16/apps/gnome-monitor.png" 
label="Indicateur de charge du système, des processus en cours">gnome-system-monitor</Program>

<Separator/>
<Program icon="/usr/share/icons/gnome/16x16/emblems/emblem-web.png" 
label="Navigateur internet icecat">icecat</Program>
<Program icon="/usr/share/icons/hicolor/16x16/apps/midori.png"
label="midori">midori</Program>
<Program icon="/usr/share/icons/hicolor/16x16/apps/konqueror.png" 
label="Navigateur multi-fonctions internet/ordi Konqueror">konqueror</Program>
<Program icon="/usr/share/icons/hicolor/16x16/apps/nautilus.png" 
label="Explorateur de fichiers pcmanfm">pcmanfm</Program>
<Program icon="/usr/share/icons/hicolor/16x16/apps/nautilus.png" 
label="Explorateur de fichiers rox">rox</Program>
<Program icon="/usr/share/icons/hicolor/16x16/apps/nautilus.png" 
label="Explorateur de fichiers thunar">thunar</Program>
<Program
icon="/usr/share/icons/oxygen/16x16/apps/preferences-desktop-font.png" 
label="Open office">soffice</Program>
<Program icon="/usr/share/icons/oxygen/16x16/apps/scribus.png" 
label="Mise en page Scribus">scribus</Program>
<Program icon="/usr/share/icons/hicolor/16x16/apps/gimp.png" 
label="Traficoteur d'images en chef Gimp">gimp-2.6</Program>
<Separator/>
<Program icon="/usr/share/icons/oxygen/16x16/apps/basket.png" 
label="Editeur de texte medit">medit</Program>
<Program
icon="/usr/share/icons/gnome/16x16/apps/utilities-system-monitor.png" 
label="gkrellm, charge système, température">gkrellm</Program>  

<Menu label="Accessoires divers">

<Program label="Calculatrice">qalculate</Program>
          <Program label="Calculatrice en terminal">sakura calc</Program>
<Program label="Recherche Catfish">catfish</Program>
<Program label="Créateur de CD/DVD">/usr/bin/brasero</Program>
<Program label="True Crypt, cryptage de clés usb et
autres">/usr/bin/truecrypt</Program>
<Program label="Xarchiver, décompression de zip mais pas encore de
bières">xarchiver</Program>
<Program label="shred suppression définitive de fichiers par
réécriture">icecat http://wiki.archlinux.fr/console/avancee</Program>
<Program label="scrot capture d'écran">medit
/media/sda1/partages/scrot.txt</Program>
<Program label="création de polices fontforge">fontforge</Program>
<Program label="RecordMyDesktop">gtk-recordMyDesktop</Program>

</Menu>             
<Separator/>

<Menu label="Jeux">

<Program label="World of Goo, 
jeu">/opt/WorldOfGoo/WorldOfGoo</Program>

</Menu>             



<Menu label="Bureautique">

<Program label="Open office - général">soffice</Program>
<Separator/>
<Program label="Metteur en page de choc scribus">scribus</Program>
<Program label="Tableur Gnumeric">gnumeric</Program>
<Separator/>
<Program label="editeur de diaporamas">kpresenter</Program>

</Menu>

<Menu label="Graphisme">

<Program label="Traitement d'image Gimp">gimp</Program>


<Separator/>
<Program label="Visionneur d'images gthumb">gthumb</Program>
<Program label="Visionneur d'images geeqie">geeqie</Program>

<Separator/>
<Program label="Visionneur de pdf epdfview">epdfview</Program>
<Program label="Editeur de pdf à l'arrache Pdfedit">pdfedit</Program>
<Separator/>
<Program label="Logiciel d'images vectorielles inkscape">inkscape</Program>
<Separator/>
<Program label="Logiciel de scan et de reconnaissance de texte
Xsane">xsane</Program>

</Menu>

<Menu label="Internet">

<Program label="Navigateur web GNU-Icecat">icecat</Program>
<Program label="Navigateur web ultra-léger midori">midori</Program>
<Program label="Navigateur multi-fonctions web/ordi
Konqueror">konqueror</Program>
<Program label="Navigateur web atypique mais bien marrant surtout contre la
pub amaya">amaya</Program>
<Program label="Navigateur web en mode texte elinks">xterm elinks</Program>
<Program label="Navigateur web en mode texte netrik">medit
/media/sda1/partages/netrik</Program>

<Separator/>


<Program label="Bit Torrent Client">gnome-btdownload</Program>
<Program label="Bit Torrent Transmission">transmission</Program>

</Menu>

<Menu label="Musique, médias">

<Program label="Lecteur de musique Rhythmbox">rhythmbox</Program>
<Program label="Lecteur de vidéos VLC">vlc</Program>
<Program label="Lecteur de vidéos Totem">totem</Program>
<Program label="Réglages son alsamixer">xterm alsamixer</Program>

</Menu>

<Menu label="Préférences du Système">

<Program label="Réglage utilisateur de JWM">medit ~/.jwmrc</Program>       

<Program label="Economiseur
d'écran">gnome-screensaver-preferences</Program>
<Program label="Imprimante">hp-toolbox</Program>
</Menu>

<Menu label="Administration du système">

<Program label="Groupes">medit /etc/group</Program>
<Program label="Utilisateurs">medit /etc/passwd</Program>
<Program label="Programmes">pcmanfm /usr/bin</Program>
<Program label="rc.conf fichier de configuration archlinux">gksu medit
/etc/rc.conf</Program>
<Program label="Droits et autorisations fichiers">medit
/media/sda1/partages/Droits-et-autorisations</Program>
     <Program label="Imprimante, réglages CUPS">icecat
http://localhost:631/</Program>

<Separator/>   
<Program label="Mises à jour">medit
/media/sda1/partages/mise-à-jour-nettoyage.txt</Program>
<Program label="Gestionnaire de programmes/paquets yaourt">icecat
http://archlinux.fr/yaourt</Program>
<Program label="Logiciel de partitionnement/formatage gparted">gksu
gparted</Program>
<Program label="Récupération de fichiers perdus photorec">gksu xterm
photorec</Program>
<Program label="Formats reconnus par photorec">icecat
http://www.cgsecurity.org/wiki/File_Formats_Recovered_By_PhotoRec</Program>
<Program label="Impression">hp-toolbox</Program>
<Program label="Indicateur de charge du système, tâches en
cours">gnome-system-monitor</Program>
<Program label="Sources de logiciels">gksu medit
/etc/pacman.d/mirrorlist</Program>

</Menu>

<Separator/>

<Exit label="Déconnexion" confirm="true"/>
</RootMenu>

<RootMenu height="12" onroot="3">

<Program label="/">pcmanfm /</Program>
<Menu label="/">
<Program label="/usr/bin">pcmanfm /usr/bin</Program>
<Program label="sudo thunar /usr/share/fonts">gksu pcmanfm
/usr/share/fonts</Program>
</Menu>
<Menu label="Philippe">
<Program label="Bureau">pcmanfm /home/philippe/Desktop</Program>
<Program label="Images">pcmanfm /home/philippe/Images</Program>
<Program label="Documents">pcmanfm /home/philippe/Documents</Program>
</Menu>
<Menu label="Partages">
<Program label="Conf-Amis de la Conf">pcmanfm
/media/sda1/partages/DOCUMENTS/Conf-Amis-de-la-Conf</Program>              

<Program label="Liste Adhérents">soffice
/media/sda1/partages/DOCUMENTS/Conf-Amis-de-la-Conf/LISTE-ADHERENTS/Liste-adherents-a-jour-2009.ods</Program>
</Menu>
<Program label="Redémmarre réseau">gksu xterm /etc/rc.d/network
restart</Program>

</RootMenu>

<Group>
<Class>Pidgin</Class>
<Option>sticky</Option>
</Group>

<Group>
<Name>gkrellm2</Name>
<Option>nolist</Option>
</Group>

<Group>
<Name>rxvt</Name>
<Option>vmax</Option>
</Group>

<!-- Additional tray attributes: autohide, width, border, layer, layout 
-->
<Tray  x="0" y="-1" height="32">

<!-- Additional TrayButton attribute: label -->
<TrayButton label="Menu">root:1</TrayButton>

<TrayButton label="R">showdesktop</TrayButton>

<!-- Additional Pager attributes; width, height -->
<Pager/>

<!-- Additional TaskList attribute: maxwidth -->
<TaskList/>

<Dock/>

<!-- Additional Swallow attribute: height -->
<Swallow name="xload" width="64">
xload -nolabel -bg black -fg blue -hl white
</Swallow>

<Clock format="%H:%M">xclock</Clock>

</Tray>

<Tray  x="0" y="1" height="36" autohide="true">

<TrayButton label="Raccourcis">root:3</TrayButton>

<!-- Additional TrayButton attribute: label -->
<TrayButton 
icon="/usr/share/icons/oxygen/32x32/apps/utilities-system-monitor.png">exec:gnome-system-monitor</TrayButton>

<TrayButton 
icon="/usr/share/icons/hicolor/32x32/apps/gimp.png">exec:gimp</TrayButton>
<TrayButton 
icon="/usr/share/icons/hicolor/32x32/apps/knetattach.png">exec:icecat</TrayButton>
<TrayButton 
icon="/usr/share/icons/hicolor/32x32/apps/midori.png">exec:midori</TrayButton>
<TrayButton 
icon="/usr/share/icons/hicolor/32x32/apps/konqueror.png">exec:konqueror</TrayButton>
<TrayButton 
icon="/usr/share/icons/oxygen/32x32/apps/okteta.png">exec:soffice</TrayButton>
<TrayButton 
icon="/usr/share/icons/oxygen/32x32/apps/scribus.png">exec:scribus</TrayButton>
<TrayButton 
icon="/usr/share/icons/hicolor/32x32/apps/nautilus.png">exec:thunar /media/sda1/partages</TrayButton>
<TrayButton 
icon="/usr/share/icons/oxygen/32x32/apps/Charm.png">exec:thunar /usr/bin</TrayButton>
<TrayButton 
icon="/usr/share/icons/oxygen/32x32/apps/utilities-terminal.png">exec:sakura</TrayButton>
<TrayButton 
icon="/media/sda1/partages/Png/32x32/Trash.png">exec:thunar /home/daniel/.local/share/Trash/files</TrayButton>
<TrayButton 
icon="/media/sda1/partages/Png/32x32/Document2.png">exec:hp-toolbox</TrayButton>
<TrayButton 
icon="/usr/share/icons/hicolor/32x32/apps/gparted.png">exec:thunar</TrayButton>

<TrayButton label="Eteindre">exec:dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop </TrayButton>
<TrayButton label="Redémarrer">exec:dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Restart</TrayButton>



</Tray>


<!-- Visual Styles -->

<WindowStyle>

      <Font>Arial-12:bold</Font>
      <Width>4</Width>
      <Height>20</Height>

      <Active>
         <Text>gray90</Text>
         <Title>gray80:black</Title>
         <Corner>gray70</Corner>
         <Outline>black</Outline>
      </Active>

<Inactive>
         <Text>gray90</Text>
<Title>gray80:#42587E</Title>
<Corner>#aaaaaa</Corner>
<Outline>black</Outline>
</Inactive>

</WindowStyle>

<TaskListStyle>
      <Font>Times-12:bold</Font>
<ActiveForeground>black</ActiveForeground>
<ActiveBackground>#87A4B0:#98C0D2</ActiveBackground>
<Foreground>black</Foreground>
<Background>#99AABE:#A6B8CC</Background>
</TaskListStyle>

<!-- Additional TrayStyle attribute: insert -->
<TrayStyle>
      <Font>Times-15:bold</Font>
<Background>#8297BE</Background>
<Foreground>black</Foreground>
</TrayStyle>

<PagerStyle>
<Outline>black</Outline>
<Foreground>#8C94B2</Foreground>
<Background>#8CAFB2</Background>
<ActiveForeground>#70849d</ActiveForeground>
<ActiveBackground>#2e3a67</ActiveBackground>
</PagerStyle>

<MenuStyle>
      <Font>Arial-14</Font>
<Foreground>black</Foreground>
<Background>#ADBCC8</Background>
<ActiveForeground>white</ActiveForeground>
<ActiveBackground>#70849d:#2e3a67</ActiveBackground>
</MenuStyle>

<PopupStyle>
<Font>-*-fixed-*-r-*-*-12-*-*-*-*-*-*-*</Font>
<Outline>black</Outline>
<Foreground>black</Foreground>
<Background>#A4D2DE</Background>
</PopupStyle>

<IconPath>
$HOME/.icons
</IconPath>

<!-- Virtual Desktops -->
<!-- Desktop tags can be contained within Desktops for desktop names. -->
<Desktops count="4">

<!-- Default background. Note that a Background tag can be
contained within a Desktop tag to give a specific background
for that desktop.
-->
<Background type="tile">$HOME/bg.xpm</Background>

</Desktops>

<!-- Double click speed (in milliseconds) -->
<DoubleClickSpeed>400</DoubleClickSpeed>

<!-- Double click delta (in pixels) -->
<DoubleClickDelta>2</DoubleClickDelta>

<!-- The focus model (sloppy or click) -->
<FocusModel>sloppy</FocusModel>

<!-- The snap mode (none, screen, or border) -->
<SnapMode distance="10">border</SnapMode>

<!-- The move mode (outline or opaque) -->
<MoveMode>opaque</MoveMode>

<!-- The resize mode (outline or opaque) -->
<ResizeMode>opaque</ResizeMode>

<!-- Key bindings -->
<Key key="Up">up</Key>
<Key key="Down">down</Key>
<Key key="Right">right</Key>
<Key key="Left">left</Key>
<Key key="h">left</Key>
<Key key="j">down</Key>
<Key key="k">up</Key>
<Key key="l">right</Key>
<Key key="Return">select</Key>
<Key key="Escape">escape</Key>

<Key mask="A" key="Tab">nextstacked</Key>
<Key mask="A" key="F4">close</Key>
<Key mask="A" key="#">desktop#</Key>
<Key mask="A" key="F1">root:1</Key>
<Key mask="A" key="F2">window</Key>
<Key mask="A" key="F3">icecat</Key>

</JWM>

Last edited by reflets de vert (2010-09-22 00:55:09)


I'm against internet totalitarians of any kind.
And like cheese's humor.

Offline

#6 2010-09-22 11:07:42

mythus
Member
From: MS Gulf Coast
Registered: 2008-05-15
Posts: 509
Website

Re: Share your .jwmrc!

Screenshots reflets? I'd be interested in seeing it.

72linus, the one in the first post was the last one I wrote in a while. I had taken a break from JWM to do some WM hopping, currently playing with compiz at the moment. But I do plan on making a full circle back to JWM as I always do lol, and who knows how I'll have my JWM looking by then.


Legends of Nor'Ova - role playing community devoted to quality forum-based and table-top role play, home of the Legends of Nor'Ova Core Rule Book and Legends of Nor'Ova: Saga of Ablution steam punk like forum based RPG

Offline

#7 2010-09-22 14:00:58

reflets de vert
Member
Registered: 2010-03-20
Posts: 71
Website

Re: Share your .jwmrc!

you're right.

I have done some screenshots.

JWM


JWM

I can improve, but I like the result

Last edited by reflets de vert (2010-09-22 14:04:14)


I'm against internet totalitarians of any kind.
And like cheese's humor.

Offline

#8 2010-09-22 14:33:03

mythus
Member
From: MS Gulf Coast
Registered: 2008-05-15
Posts: 509
Website

Re: Share your .jwmrc!

Looks good to me. What is that bar you have running across the top in your second screen shot? Is that an auto-hiding bar or what?


Legends of Nor'Ova - role playing community devoted to quality forum-based and table-top role play, home of the Legends of Nor'Ova Core Rule Book and Legends of Nor'Ova: Saga of Ablution steam punk like forum based RPG

Offline

#9 2010-09-23 06:26:57

adamlau
Member
Registered: 2009-01-30
Posts: 418

Re: Share your .jwmrc!

Sure looks like autohide=true with a set width smile . I have WM hopped long enough to learn that nothing I have come across is as lean, mean and easily configured as JWM. There are faults to be sure, but what WM doesn't have its annoyances? In any event, keep those configurations coming!


Arch Linux + sway
Debian Testing + GNOME/sway
NetBSD 64-bit + Xfce

Offline

#10 2010-09-24 12:27:40

reflets de vert
Member
Registered: 2010-03-20
Posts: 71
Website

Re: Share your .jwmrc!

Yes it's an autohiding bar!

I search for other functions of JWM

I like this simple manner to configure.

Last edited by reflets de vert (2010-09-24 12:28:32)


I'm against internet totalitarians of any kind.
And like cheese's humor.

Offline

#11 2010-09-24 14:57:54

reflets de vert
Member
Registered: 2010-03-20
Posts: 71
Website

Re: Share your .jwmrc!

I've found how to display popup text when the mouse is on the icons of the autohiding bar, added keybindings, and discovered the group function.

To display this popup text,

<TrayButton popup="gimp" icon="/usr/share/icons/hicolor/32x32/apps/gimp.png">exec:gimp</TrayButton>

For example.

JWM make possible to create a lot of keybindings.

I repost my .jwmrc (with just these little changes):

<?xml version="1.0"?>

<JWM>

<StartupCommand>
</StartupCommand>

<StartupCommand>
orage
</StartupCommand>



<!-- Le menu système. Important pour avoir un menu... -->
<!-- Additional RootMenu attributes: onroot, labeled, label -->
<RootMenu height="12" onroot="1">
<Program icon="/usr/share/icons/gnome/16x16/apps/konsole.png"
label="Terminal">xterm</Program>
<Program icon="/usr/share/icons/gnome/16x16/apps/openterm.png" 
label="Terminal Sakura">sakura</Program>
<Program
icon="/usr/share/icons/gnome/16x16/apps/preferences-desktop-display.png"
label="Logiciel de formatage/partitionnement gparted">gksu
gparted</Program>
<Program
icon="/usr/share/icons/oxygen/16x16/apps/preferences-desktop-sound.png"
label="alsamixer">xterm alsamixer</Program>
<Program
icon="/usr/share/icons/oxygen/16x16/apps/preferences-desktop-printer.png"
label="Impression">hp-toolbox</Program>
<Program icon="/usr/share/icons/gnome/16x16/apps/gnome-monitor.png" 
label="Indicateur de charge du système, des processus en cours">gnome-system-monitor</Program>

<Separator/>
<Program icon="/usr/share/icons/gnome/16x16/emblems/emblem-web.png" 
label="Navigateur internet icecat">icecat</Program>
<Program icon="/usr/share/icons/hicolor/16x16/apps/midori.png"
label="midori">midori</Program>
<Program icon="/usr/share/icons/hicolor/16x16/apps/konqueror.png" 
label="Navigateur multi-fonctions internet/ordi Konqueror">konqueror</Program>
<Program icon="/usr/share/icons/hicolor/16x16/apps/nautilus.png" 
label="Explorateur de fichiers pcmanfm">pcmanfm</Program>
<Program icon="/usr/share/icons/hicolor/16x16/apps/nautilus.png" 
label="Explorateur de fichiers rox">rox</Program>
<Program icon="/usr/share/icons/hicolor/16x16/apps/nautilus.png" 
label="Explorateur de fichiers thunar">thunar</Program>
<Program
icon="/usr/share/icons/oxygen/16x16/apps/preferences-desktop-font.png" 
label="Open office">soffice</Program>
<Program icon="/usr/share/icons/oxygen/16x16/apps/scribus.png" 
label="Mise en page Scribus">scribus</Program>
<Program icon="/usr/share/icons/hicolor/16x16/apps/gimp.png" 
label="Traficoteur d'images en chef Gimp">gimp-2.6</Program>
<Separator/>
<Program icon="/usr/share/icons/oxygen/16x16/apps/basket.png" 
label="Editeur de texte medit">medit</Program>
<Program
icon="/usr/share/icons/gnome/16x16/apps/utilities-system-monitor.png" 
label="gkrellm, charge système, température">gkrellm</Program>  

<Menu label="Accessoires divers">

<Program label="Calculatrice">qalculate</Program>
          <Program label="Calculatrice en terminal">sakura calc</Program>
<Program label="Recherche Catfish">catfish</Program>
<Program label="Créateur de CD/DVD">/usr/bin/brasero</Program>
<Program label="True Crypt, cryptage de clés usb et
autres">/usr/bin/truecrypt</Program>
<Program label="Xarchiver, décompression de zip mais pas encore de
bières">xarchiver</Program>
<Program label="shred suppression définitive de fichiers par
réécriture">icecat http://wiki.archlinux.fr/console/avancee</Program>
<Program label="scrot capture d'écran">medit
/media/sda1/partages/scrot.txt</Program>
<Program label="création de polices fontforge">fontforge</Program>
<Program label="RecordMyDesktop">gtk-recordMyDesktop</Program>

</Menu>             
<Separator/>

<Menu label="Jeux">

<Program label="World of Goo, 
jeu">/opt/WorldOfGoo/WorldOfGoo</Program>

</Menu>             



<Menu label="Bureautique">

<Program label="Open office - général">soffice</Program>
<Separator/>
<Program label="Metteur en page de choc scribus">scribus</Program>
<Program label="Tableur Gnumeric">gnumeric</Program>
<Separator/>
<Program label="editeur de diaporamas">kpresenter</Program>

</Menu>

<Menu label="Graphisme">

<Program label="Traitement d'image Gimp">gimp</Program>


<Separator/>
<Program label="Visionneur d'images gthumb">gthumb</Program>
<Program label="Visionneur d'images geeqie">geeqie</Program>

<Separator/>
<Program label="Visionneur de pdf epdfview">epdfview</Program>
<Program label="Editeur de pdf à l'arrache Pdfedit">pdfedit</Program>
<Separator/>
<Program label="Logiciel d'images vectorielles inkscape">inkscape</Program>
<Separator/>
<Program label="Logiciel de scan et de reconnaissance de texte
Xsane">xsane</Program>

</Menu>

<Menu label="Internet">

<Program label="Navigateur web GNU-Icecat">icecat</Program>
<Program label="Navigateur web ultra-léger midori">midori</Program>
<Program label="Navigateur multi-fonctions web/ordi
Konqueror">konqueror</Program>
<Program label="Navigateur web atypique mais bien marrant surtout contre la
pub amaya">amaya</Program>
<Program label="Navigateur web en mode texte elinks">xterm elinks</Program>
<Program label="Navigateur web en mode texte netrik">medit
/media/sda1/partages/netrik</Program>

<Separator/>


<Program label="Bit Torrent Client">gnome-btdownload</Program>
<Program label="Bit Torrent Transmission">transmission</Program>

</Menu>

<Menu label="Musique, médias">

<Program label="Lecteur de musique Rhythmbox">rhythmbox</Program>
<Program label="Lecteur de vidéos VLC">vlc</Program>
<Program label="Lecteur de vidéos Totem">totem</Program>
<Program label="Réglages son alsamixer">xterm alsamixer</Program>

</Menu>

<Menu label="Préférences du Système">

<Program label="Réglage utilisateur de JWM">medit ~/.jwmrc</Program>       

<Program label="Economiseur
d'écran">gnome-screensaver-preferences</Program>
<Program label="Imprimante">hp-toolbox</Program>
</Menu>

<Menu label="Administration du système">

<Program label="Groupes">medit /etc/group</Program>
<Program label="Utilisateurs">medit /etc/passwd</Program>
<Program label="Programmes">pcmanfm /usr/bin</Program>
<Program label="rc.conf fichier de configuration archlinux">gksu medit
/etc/rc.conf</Program>
<Program label="Droits et autorisations fichiers">medit
/media/sda1/partages/Droits-et-autorisations</Program>
     <Program label="Imprimante, réglages CUPS">icecat
http://localhost:631/</Program>

<Separator/>   
<Program label="Mises à jour">medit
/media/sda1/partages/mise-à-jour-nettoyage.txt</Program>
<Program label="Gestionnaire de programmes/paquets yaourt">icecat
http://archlinux.fr/yaourt</Program>
<Program label="Logiciel de partitionnement/formatage gparted">gksu
gparted</Program>
<Program label="Récupération de fichiers perdus photorec">gksu xterm
photorec</Program>
<Program label="Formats reconnus par photorec">icecat
http://www.cgsecurity.org/wiki/File_Formats_Recovered_By_PhotoRec</Program>
<Program label="Impression">hp-toolbox</Program>
<Program label="Indicateur de charge du système, tâches en
cours">gnome-system-monitor</Program>
<Program label="Sources de logiciels">gksu medit
/etc/pacman.d/mirrorlist</Program>

</Menu>

<Separator/>

<Exit label="Déconnexion" confirm="true"/>
</RootMenu>

<RootMenu height="12" onroot="3">

<Program label="/">pcmanfm /</Program>
<Menu label="/">
<Program label="/usr/bin">pcmanfm /usr/bin</Program>
<Program label="sudo thunar /usr/share/fonts">gksu pcmanfm
/usr/share/fonts</Program>
</Menu>
<Menu label="Philippe">
<Program label="Bureau">pcmanfm /home/philippe/Desktop</Program>
<Program label="Images">pcmanfm /home/philippe/Images</Program>
<Program label="Documents">pcmanfm /home/philippe/Documents</Program>
</Menu>
<Menu label="Partages">
<Program label="Conf-Amis de la Conf">pcmanfm
/media/sda1/partages/DOCUMENTS/Conf-Amis-de-la-Conf</Program>              

<Program label="Liste Adhérents">soffice
/media/sda1/partages/DOCUMENTS/Conf-Amis-de-la-Conf/LISTE-ADHERENTS/Liste-adherents-a-jour-2009.ods</Program>
</Menu>
<Program label="Redémmarre réseau">gksu xterm /etc/rc.d/network
restart</Program>

</RootMenu>

<Group>
<Class>Pidgin</Class>
<Option>sticky</Option>
</Group>

<Group>
<Name>gkrellm2</Name>
<Option>nolist</Option>
</Group>

<Group>
<Name>mupdf</Name>
<Option>notitle</Option>
</Group>

<Group>
<Name>mupdf</Name>
<Option>maximized</Option>
</Group>

<Group>
<Name>rxvt</Name>
<Option>vmax</Option>
</Group>

<!-- Additional tray attributes: autohide, width, border, layer, layout 
-->
<Tray  x="0" y="-1" height="32">

<!-- Additional TrayButton attribute: label -->
<TrayButton label="Menu">root:1</TrayButton>

<TrayButton label="R">showdesktop</TrayButton>

<!-- Additional Pager attributes; width, height -->
<Pager/>

<!-- Additional TaskList attribute: maxwidth -->
<TaskList/>

<Dock/>

<!-- Additional Swallow attribute: height -->
<Swallow name="xload" width="64">
xload -nolabel -bg black -fg blue -hl white
</Swallow>

<Clock format="%H:%M">xclock</Clock>

</Tray>

<Tray  x="0" y="1" height="36" autohide="true">

<TrayButton label="Raccourcis">root:3</TrayButton>

<!-- Additional TrayButton attribute: label -->
<TrayButton icon="/usr/share/icons/oxygen/32x32/apps/utilities-system-monitor.png">exec:gnome-system-monitor</TrayButton>

<TrayButton popup="gimp" icon="/usr/share/icons/hicolor/32x32/apps/gimp.png">exec:gimp</TrayButton>
<TrayButton popup="icecat" icon="/usr/share/icons/hicolor/32x32/apps/knetattach.png">exec:icecat</TrayButton>
<TrayButton popup="midori" icon="/usr/share/icons/hicolor/32x32/apps/midori.png">exec:midori</TrayButton>
<TrayButton popup="konqueror" icon="/usr/share/icons/hicolor/32x32/apps/konqueror.png">exec:konqueror</TrayButton>
<TrayButton popup="soffice" icon="/usr/share/icons/oxygen/32x32/apps/okteta.png">exec:soffice</TrayButton>
<TrayButton popup="scribus" icon="/usr/share/icons/oxygen/32x32/apps/scribus.png">exec:scribus</TrayButton>
<TrayButton popup="partages" icon="/usr/share/icons/hicolor/32x32/apps/nautilus.png">exec:thunar /media/sda1/partages</TrayButton>
<TrayButton popup="/usr/bin" icon="/usr/share/icons/oxygen/32x32/apps/Charm.png">exec:thunar /usr/bin</TrayButton>
<TrayButton popup="terminal sakura" icon="/usr/share/icons/oxygen/32x32/apps/utilities-terminal.png">exec:sakura</TrayButton>
<TrayButton popup="corbeille de thunar" icon="/media/sda1/partages/Png/32x32/Trash.png">exec:thunar /home/daniel/.local/share/Trash/files</TrayButton>
<TrayButton popup="hp" icon="/media/sda1/partages/Png/32x32/Document2.png">exec:hp-toolbox</TrayButton>
<TrayButton popup="thunar" icon="/usr/share/icons/hicolor/32x32/apps/gparted.png">exec:thunar</TrayButton>

<TrayButton label="Eteindre">exec:dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop </TrayButton>
<TrayButton label="Redémarrer">exec:dbus-send --system --print-reply --dest="org.freedesktop.ConsoleKit" /org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Restart</TrayButton>



</Tray>


<!-- Visual Styles -->

<WindowStyle>

      <Font>Arial-12:bold</Font>
      <Width>4</Width>
      <Height>20</Height>

      <Active>
         <Text>gray90</Text>
         <Title>gray80:black</Title>
         <Corner>gray70</Corner>
         <Outline>black</Outline>
      </Active>

<Inactive>
         <Text>gray90</Text>
<Title>gray80:#42587E</Title>
<Corner>#aaaaaa</Corner>
<Outline>black</Outline>
</Inactive>

</WindowStyle>

<TaskListStyle>
      <Font>Times-13:bold</Font>
<ActiveForeground>black</ActiveForeground>
<ActiveBackground>#87A4B0:#98C0D2</ActiveBackground>
<Foreground>black</Foreground>
<Background>#99AABE:#A6B8CC</Background>
</TaskListStyle>

<!-- Additional TrayStyle attribute: insert -->
<TrayStyle>
      <Font>Times-15:bold</Font>
<Background>#8297BE</Background>
<Foreground>black</Foreground>
</TrayStyle>

<PagerStyle>
<Outline>black</Outline>
<Foreground>#8C94B2</Foreground>
<Background>#8CAFB2</Background>
<ActiveForeground>#70849d</ActiveForeground>
<ActiveBackground>#2e3a67</ActiveBackground>
</PagerStyle>

<MenuStyle>
      <Font>Cursive-14</Font>
<Foreground>black</Foreground>
<Background>#ADBCC8</Background>
<ActiveForeground>white</ActiveForeground>
<ActiveBackground>#70849d:#2e3a67</ActiveBackground>
</MenuStyle>

<PopupStyle>
<Font>-*-fixed-*-r-*-*-12-*-*-*-*-*-*-*</Font>
<Outline>black</Outline>
<Foreground>black</Foreground>
<Background>#A4D2DE</Background>
</PopupStyle>

<IconPath>
$HOME/.icons
</IconPath>

<!-- Virtual Desktops -->
<!-- Desktop tags can be contained within Desktops for desktop names. -->
<Desktops count="4">

<!-- Default background. Note that a Background tag can be
contained within a Desktop tag to give a specific background
for that desktop.
-->
<Background type="tile">$HOME/bg.xpm</Background>

</Desktops>

<!-- Double click speed (in milliseconds) -->
<DoubleClickSpeed>400</DoubleClickSpeed>

<!-- Double click delta (in pixels) -->
<DoubleClickDelta>2</DoubleClickDelta>

<!-- The focus model (sloppy or click) -->
<FocusModel>sloppy</FocusModel>

<!-- The snap mode (none, screen, or border) -->
<SnapMode distance="10">border</SnapMode>

<!-- The move mode (outline or opaque) -->
<MoveMode>opaque</MoveMode>

<!-- The resize mode (outline or opaque) -->
<ResizeMode>opaque</ResizeMode>

<!-- Key bindings -->
<Key key="Up">up</Key>
<Key key="Down">down</Key>
<Key key="Right">right</Key>
<Key key="Left">left</Key>
<Key key="h">left</Key>
<Key key="j">down</Key>
<Key key="k">up</Key>
<Key key="l">right</Key>
<Key key="Return">select</Key>
<Key key="Escape">escape</Key>

<Key mask="A" key="Tab">nextstacked</Key>
<Key mask="A" key="F4">close</Key>
<Key mask="A" key="#">desktop#</Key>
<Key mask="A" key="F1">root:1</Key>
<Key mask="A" key="F2">window</Key>
<Key mask="A" key="F6">exec:icecat</Key>
<Key mask="A" key="F3">minimize</Key>
<Key mask="A" key="F5">maximize</Key>
<Key mask="A" key="F7">exec:xterm htop</Key>
<Key mask="A" key="F8">exec:sakura</Key>
<Key mask="A" key="F9">exec:thunar</Key>
<Key mask="A" key="F10">resize</Key>



</JWM>

Last edited by reflets de vert (2010-09-24 15:13:17)


I'm against internet totalitarians of any kind.
And like cheese's humor.

Offline

#12 2010-09-24 15:29:56

mythus
Member
From: MS Gulf Coast
Registered: 2008-05-15
Posts: 509
Website

Re: Share your .jwmrc!

Awesome find! When my work load drops back down I am gonna have to try that out!


Legends of Nor'Ova - role playing community devoted to quality forum-based and table-top role play, home of the Legends of Nor'Ova Core Rule Book and Legends of Nor'Ova: Saga of Ablution steam punk like forum based RPG

Offline

Board footer

Powered by FluxBB