XML   60
sjwmrc debian arm
Guest on 4th February 2023 01:59:38 AM


  1. <?xml version="1.0"?>
  2.  
  3. <JWM>
  4.  
  5.    <!-- The root menu, if this is undefined you will not get a menu. -->
  6.    <!-- Additional RootMenu attributes: onroot, labeled, label -->
  7.    <RootMenu height="32" onroot="12">
  8.       <Program icon="xterm.png" label="XTerm">
  9.          xterm -font koi8x16 -bg black -fg green -geometry 90x30+90+90
  10.       </Program>
  11.       <!--
  12.      <Program icon="pterm.png" label="PTerm">
  13.         pterm -font koi8x16 -bg black -fg green -geometry 100x30+75+75
  14.      </Program>
  15.      -->
  16.        <Program icon="putty.png" label="PuTTy">putty</Program>
  17.       <Program icon="leafpad.png" label="Text editor">leafpad</Program>
  18.       <!--
  19.      <Program icon="gpicview.png" label="Image viewer">gpicview</Program>
  20.      <Program icon="mirage.png" label="Image browser">mirage</Program>
  21.      <Program icon="filezilla.png" label="FileZilla">filezilla</Program>
  22.      -->
  23.       <Program icon="epiphany.png" label="Epiphany Private">epiphany --incognito-mode</Program>
  24.    </RootMenu>
  25.  
  26.    <!-- Additional tray attributes: autohide, width, border, layer, layout -->
  27.    <Tray  x="0" y="-1" height="32" autohide="false">
  28.  
  29.       <!-- Additional TrayButton attribute: label -->
  30.       <TrayButton icon="startxp.png" popup="Click here for menu">root:1</TrayButton>
  31.       <TrayButton icon="desktop.png">showdesktop</TrayButton>
  32.       <TrayButton icon="xterm.png">
  33.          exec:xterm -font koi8x16 -bg black -fg green -geometry 90x30+90+90
  34.       </TrayButton>
  35.       <TrayButton icon="leafpad.png">exec:leafpad</TrayButton>
  36.       <TrayButton icon="epiphany.png">exec:epiphany --incognito-mode</TrayButton>
  37.  
  38.       <TaskList maxwidth="256"/>
  39.       <Dock/>
  40.  
  41.       <!-- Additional Swallow attribute: height -->
  42.       <Swallow name="xload" width="32">
  43.          xload -nolabel -bg black -fg green -hl white -update 3
  44.       </Swallow>
  45.  
  46.       <Clock format="%k:%M"></Clock>
  47.  
  48.    </Tray>
  49.    <Group>
  50.      <Name>VNC config</Name>
  51.      <Option>minimized</Option>
  52.      <Option>nolist</Option>
  53.    </Group>
  54.    <Group>
  55.      <Class>Firefox</Class>
  56.      <Class>Iceweasel</Class>
  57.      <Class>Epiphany</Class>
  58.      <Class>Chromium-browser</Class>
  59.      <Class>Chrome</Class>
  60.      <Option>notitle</Option>
  61.      <Option>maximized</Option>
  62.    </Group>
  63.  
  64.    <!-- Visual Styles -->
  65.  
  66.    <WindowStyle>
  67.       <Font>FreeSans-9:bold</Font>
  68.       <Width>2</Width>
  69.       <Height>20</Height>
  70.  
  71.       <Active>
  72.          <Text>white</Text>
  73.          <Title>#0051e7</Title>
  74.          <Outline>#0051e7</Outline>
  75.          <Opacity>1.0</Opacity>
  76.       </Active>
  77.       <Inactive>
  78.          <Text>#dee7ff</Text>
  79.          <Title>#7b9ae7</Title>
  80.          <Outline>#7b9ae7</Outline>
  81.          <Opacity>0.5:0.9:0.1</Opacity>
  82.       </Inactive>
  83.    </WindowStyle>
  84.  
  85.  
  86.    <TaskListStyle>
  87.       <Font>FreeSans-9</Font>
  88.       <ActiveForeground>white</ActiveForeground>
  89.       <ActiveBackground>#1851bd</ActiveBackground>
  90.       <Foreground>white</Foreground>
  91.       <Background>#215dde</Background>
  92.    </TaskListStyle>
  93.  
  94.    <!-- Additional TrayStyle attribute: insert -->
  95.    <TrayStyle>
  96.       <Font>FreeSans-9</Font>
  97.       <Background>#215dde</Background>
  98.       <Foreground>white</Foreground>
  99.       <Opacity>1.0</Opacity>
  100.    </TrayStyle>
  101.  
  102.    <PagerStyle>
  103.       <Outline>black</Outline>
  104.       <Foreground>gray90</Foreground>
  105.       <Background>#808488</Background>
  106.       <ActiveForeground>#70849d</ActiveForeground>
  107.       <ActiveBackground>#2e3a67</ActiveBackground>
  108.    </PagerStyle>
  109.  
  110.    <MenuStyle>
  111.       <Font>FreeSans-9</Font>
  112.       <Foreground>black</Foreground>
  113.       <Background>white</Background>
  114.       <ActiveForeground>white</ActiveForeground>
  115.       <ActiveBackground>#3169c6</ActiveBackground>
  116.       <Opacity>1.0</Opacity>
  117.    </MenuStyle>
  118.  
  119.  
  120.    <PopupStyle>
  121.       <Font>fixed</Font>
  122.       <Outline>black</Outline>
  123.       <Foreground>black</Foreground>
  124.       <Background>yellow</Background>
  125.    </PopupStyle>
  126.  
  127.    <IconPath>
  128.       /usr/share/pixmaps
  129.    </IconPath>
  130.  
  131.    <!-- Double click speed (in milliseconds) -->
  132.    <DoubleClickSpeed>400</DoubleClickSpeed>
  133.  
  134.    <!-- Double click delta (in pixels) -->
  135.    <DoubleClickDelta>2</DoubleClickDelta>
  136.  
  137.    <!-- The focus model (sloppy or click) -->
  138.    <FocusModel>click</FocusModel>
  139.  
  140.    <!-- The snap mode (none, screen, or border) -->
  141.    <SnapMode distance="10">border</SnapMode>
  142.  
  143.    <!-- The move mode (outline or opaque) -->
  144.    <MoveMode>opaque</MoveMode>
  145.  
  146.    <!-- The resize mode (outline or opaque) -->
  147.    <ResizeMode>opaque</ResizeMode>
  148.  
  149.  
  150.    <!-- Key bindings -->
  151.    <Key key="Up">up</Key>
  152.    <Key key="Down">down</Key>
  153.    <Key key="Right">right</Key>
  154.    <Key key="Left">left</Key>
  155.    <Key key="h">left</Key>
  156.    <Key key="j">down</Key>
  157.    <Key key="k">up</Key>
  158.    <Key key="l">right</Key>
  159.    <Key key="Return">select</Key>
  160.    <Key key="Escape">escape</Key>
  161.  
  162.    <Key mask="A" key="Tab">nextstacked</Key>
  163.    <Key mask="A" key="F4">close</Key>
  164.    <Key mask="A" key="#">desktop#</Key>
  165.    <Key mask="A" key="F1">root:1</Key>
  166.    <Key mask="A" key="F2">window</Key>
  167.    <Key mask="A" key="F10">maximize</Key>
  168.    <Key mask="A" key="Right">rdesktop</Key>
  169.    <Key mask="A" key="Left">ldesktop</Key>
  170.    <Key mask="A" key="Up">udesktop</Key>
  171.    <Key mask="A" key="Down">ddesktop</Key>
  172.  
  173. </JWM>

Raw Paste

Login or Register to edit or fork this paste. It's free.