dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

jwmrc (895B)


      1 <?xml version="1.0"?>
      2 
      3 <JWM>
      4 
      5 <!-- Initialize the applications used in conjunction with JWM -->
      6 <Include>$HOME/.jwm/startup</Include>
      7 
      8 <!-- The root menu, if this is undefined you will not get a menu. -->
      9 <!-- Additional RootMenu attributes: onroot, labeled, label -->
     10 <RootMenu height="20">
     11 
     12    <!-- The backbone antiX menu -->
     13    <Include>$HOME/.jwm/menu</Include>
     14 
     15    <Separator/>
     16    <Menu label="Logout..." icon="/usr/share/icons/papirus-antix/48x48/apps/application-exit.png">
     17      <Restart label="Restart JWM" icon="/usr/share/icons/papirus-antix/48x48/apps/view-refresh.png"/>
     18      <Program label="Log Out" icon="/usr/share/icons/papirus-antix/48x48/apps/application-exit.png">desktop-session-exit</Program>
     19    </Menu>
     20 </RootMenu>
     21 
     22 <Include>$HOME/.jwm/keys</Include>
     23 <Include>$HOME/.jwm/theme</Include>
     24 <Include>$HOME/.jwm/tray</Include>
     25 <Include>$HOME/.jwm/preferences</Include>
     26 
     27 </JWM>