LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1988|回复: 20

轻松一下,猜猜这个是什么窗口管理器 (答案:jwm,配置文件见内)

[复制链接]
发表于 2009-10-13 23:46:56 | 显示全部楼层 |阅读模式
这几天升级搞得很累,轻松一下。

答案揭晓:这个窗口管理器是jwm,非常好用,就一个配置文件。

<?xml version="1.0"?>

<JWM>

   <!-- The root menu, if this is undefined you will not get a menu. -->
   <!-- Additional RootMenu attributes: onroot, labeled, label -->
      <RootMenu height="18" onroot="13">
      <rogram label="XTerm">xterm -geometry 80x24+291+291</Program>
      <rogram label="cmanFm">pcmanfm</Program>
   <Separator/>
      <Menu label="Office">        
         <rogram label="Lyx">lyx</Program>
         <rogram label="Editor">gedit</Program>
         <rogram label="JabRef">jabref</Program>
         <rogram label="Email">thunderbird</Program>
         <rogram label="Dictionary">stardict</Program>
         <rogram label="OpenOffice">soffice -writer</Program>
      </Menu>
      <Menu label="Utilities">
         <rogram >xcalc</Program>
         <Program >xmag</Program>
         <Program label="xprop">xprop | xmessage -file -</Program>
        <Program >xfontsel</Program>
        <Program label="Shaman">shaman</Program>
      </Menu>     
      <Separator/>
      <Program label="Config">leafpad --jump=128 ~/.jwmrc</Program>
      <Restart label="Restart" />
      <Exit label="Exit" confirm="true"/>
   </RootMenu>

   <Group>
      <Name>gmrun</Name>
      <Name>xterm</Name>
      <Option>notitle</Option>
   </Group>
   <Group>
      <Name>Conky</Name>
      <Name>gvolwheel</Name>
      <Option>nolist</Option>
   </Group>

   <!-- Additional tray attributes: autohide, width, border, layer, layout -->
   <Tray  x="0" y="-1" height="28">
        <TrayButton popup="menu" icon="menu.png">root:1</TrayButton>
      <!-- Additional TaskList attribute: maxwidth -->
      <TaskList/>
      <!-- Additional Pager attributes; width, height -->
      <Pager/>
<TrayButton icon="desktop.png" popup="_">showdesktop</TrayButton>   
   </Tray>

   <!-- Visual Styles -->

   <WindowStyle>
      <Font>LiHei Pro-11:bold</Font>
      <Width>4</Width>
      <Height>26</Height>
        <Active>
         <Text>gray70</Text>
         <Title>grey30:grey20</Title>
         <Corner>grey30</Corner>
         <Outline>grey10</Outline>
      </Active>
      <Inactive>
         <Text>black</Text>
         <Title>grey80:grey70</Title>
         <Corner>grey80</Corner>
         <Outline>black</Outline>
      </Inactive>
   </WindowStyle>

   <TaskListStyle>
      <Font>LiHei Pro-11</Font>
      <ActiveForeground>gray70</ActiveForeground>
      <ActiveBackground>gray20:gray10</ActiveBackground>
      <Foreground>gray60</Foreground>
      <Background>gray10</Background>
   </TaskListStyle>

   <!-- Additional TrayStyle attribute: insert -->
   <TrayStyle>
      <Font>Luxi Mono-11:bold</Font>
      <Background>gray10</Background>
      <Foreground>gray70</Foreground>
   </TrayStyle>

   <PagerStyle>
      <Outline>black</Outline>
      <Foreground>gray60</Foreground>
      <Background>gray10</Background>
      <ActiveForeground>gray70</ActiveForeground>
      <ActiveBackground>gray20</ActiveBackground>
   </PagerStyle>

   <MenuStyle>
      <Font>Luxi Serif-10</Font>
      <Foreground>gray70</Foreground>
      <Background>gray10</Background>
      <ActiveForeground>white</ActiveForeground>
      <ActiveBackground>gray30:gray10</ActiveBackground>
   </MenuStyle>

   <PopupStyle>
      <Font>LiHei Pro-11</Font>
      <Outline>black</Outline>
      <Foreground>black</Foreground>
      <Background>gray70</Background>
   </PopupStyle>

<ClockStyle>
      <Font>Luxi Mono-11:bold</Font>
      <Foreground>gray70</Foreground>
      <Background>gray10</Background>
</ClockStyle>

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

   <!-- Virtual Desktops -->
   <!-- Desktop tags can be contained within Desktops for desktop names. -->
   <Desktops count="2">
      <!-- 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/.backgrounds/moun.jpg</Background>
      <!--kiwi.jpg/bug.jpg</mos.jpg/tile.jpg/moun.jpg/berry.jpg-->
   </Desktops>

   <!-- Double click speed (in milliseconds) -->
   <DoubleClickSpeed>400</DoubleClickSpeed>
   <!-- Double click delta (in pixels) -->
   <DoubleClickDelta>2</DoubleClickDelta>
   <!-- The focus model (sloppy or click) -->
   <FocusModel>click</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="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 key="Pause">exec:gmrun</Key>
   <Key key="Print">exec:scrot -d 3 ~/screen.jpg</Key>

        <StartupCommand>gvolwheel</StartupCommand>
        <StartupCommand>conky</StartupCommand>
        <StartupCommand>xscreensaver -no-splash</StartupCommand>
        
<!-- Additional tray attributes: autohide, width, border, layer, layout -->
<Tray autohide="false" valign="top" halign="center" border="0" height="24">   
      <TrayButton popup="pcmanfm" label="Fm">exec: pcmanfm</TrayButton>  
      <TrayButton popup="leafpad" label="Le">exec: leafpad</TrayButton>
      <TrayButton popup="gedit" label="Ge">exec: gedit</TrayButton>
      <TrayButton popup="mpd" label="Gm">exec: gmpc</TrayButton>
      <TrayButton popup="totem" label="To">exec: totem</TrayButton>
      <TrayButton popup="firefox" label="Fi">exec: firefox</TrayButton>
      <TrayButton popup="opera" label="Op">exec: opera --notrayicon</TrayButton>
      <TrayButton popup="pidgin" label="Im">exec: pidgin</TrayButton>
      <TrayButton popup="ftp" label="Fz">exec: filezilla</TrayButton>     
      <TrayButton popup="writer" label="Wr">exec: soffice -writer</TrayButton>
      <TrayButton popup="lyx" label="Ly">exec: lyx</TrayButton>
      <TrayButton popup="recorder" label="Re">exec: gnome-sound-recorder</TrayButton>  
      <TrayButton popup="urxvt" label="Ur">exec: urxvt -geometry 90x25+291+291</TrayButton>
      </Tray>

<Tray autohide="false" valign="top" halign="left" border="0" height="24">
<!-- Additional TrayButton attribute: label -->
      <TrayButton icon="music.png" popup="moc">exec: xterm -geometry 80x24+0+24 -e mocp</TrayButton>
<TrayButton popup="play" icon="play.png">exec: mocp -p</TrayButton>
<TrayButton popup="next" icon="next.png">exec: mocp -f</TrayButton>
<TrayButton popup="pause" icon="pause.png">exec: mocp -G</TrayButton>
<TrayButton popup="prev" icon="prev.png">exec: mocp -r</TrayButton>
<TrayButton popup="exit" icon="stop.png">exec: mocp -x</TrayButton>
</Tray>

<Tray autohide="false" valign="top" halign="right" border="0" height="24">
<Dock/>
      <!-- Additional Swallow attribute: height -->
      <Swallow name="xload" width="48">
         xload -nolabel -bg black -fg red -hl white -update 1
      </Swallow>
      <Clock format="%H:%M" width="56">xterm -e calcurse</Clock>
      <TrayButton popup="exit" icon="exit.png">exec: killall jwm</TrayButton>
</Tray>
</JWM>

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2009-10-14 00:06:10 | 显示全部楼层
DE 是 Gnome。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-14 00:44:18 | 显示全部楼层
不对,这不是DE。继续猜。
回复 支持 反对

使用道具 举报

发表于 2009-10-14 01:46:44 | 显示全部楼层
pkwm?貌似叫這個吧
回复 支持 反对

使用道具 举报

发表于 2009-10-14 02:01:47 | 显示全部楼层
看ubuntu的irc干吗?帮助新手呢
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-14 02:04:07 | 显示全部楼层
还没出现正确答案,呵呵。比较难哈。
回复 支持 反对

使用道具 举报

发表于 2009-10-14 09:15:50 | 显示全部楼层
fvwm? sawfish?
回复 支持 反对

使用道具 举报

发表于 2009-10-14 13:06:22 | 显示全部楼层
fvwm-crystral ?
不过看中间那个窗口,又像 dwm 或者 xmonad 之类的。
回复 支持 反对

使用道具 举报

发表于 2009-10-14 13:39:45 | 显示全部楼层
这字体看的眼睛疼
还是因为截图品质问题?
回复 支持 反对

使用道具 举报

发表于 2009-10-14 13:51:25 | 显示全部楼层
楼主猜猜我这个是什么窗口管理器

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表