jwm

JWM簡介,主要特點,參考截圖,

JWM簡介

JWM -- Joe's Window Manager 
JWM 是一個以GPL許可證分發源碼,簡潔實用的X11視窗管理器。JWM支持壁紙設定、系統列狀態欄、選單編輯(不建議使用,落後、低效率而且繁瑣)。它與SpaceFM等檔案管理器搭配,即可組成一個現代化的桌面。
作者的自我介紹
My name is Joe Wingbermuehle. I was born in 1981 in Missouri. I graduated from UMR in May 2004 with a BS in Computer Science and a BS in Applied Mathematics. After school I worked for SBC for a year and then Exegy for five years. I am currently a graduate student at WUSTL. Besides computers, I also enjoy reading science fiction, playing piano, and listening to classical and punk music.

主要特點

JWM使用C語言編寫,最小化編譯可以僅使用Xlib庫,依賴極少。以下庫作為可選項擴展JWM功能: 
1, libXext for the shape extension 
2, libXext for the render extension 
3, libXmu for drawing rounded windows (shape extension also needed) 
4, libXinerama for Xinerama support 
5, libXpm for XPM backgrounds and icons 
6, libjpeg for JPEG backgrounds and icons 
7, libpng for PNG backgrounds and icons 
8, libxft for antialiased and true type fonts 
9, libfribidi for right-to-left language support 
JWM支持MWM和EWMH。JWM編譯後僅生成一個二進制檔案jwm,啟動後使用配置檔案~/.jwmrc,若~/.jwmrc不存在則使用默認配置檔案/etc/system.jwmrc(具體位置與編譯選項有關)。

參考截圖

JWM 配置檔案可以參考官方網站,以下為默認樣式
jwm
一個簡單的~/.jwmrc
<JWM>
<Key key="F1">exec:xterm -title XTerm -e "cd /path/;bash"</Key>
<Key mask="A" key="F1">restart</Key>
<Key mask="C" key="F1">exit</Key>
<Key mask="A" key="Tab">next</Key>
<Key mask="4" key="F1">close</Key>
<DoubleClickDelta>1</DoubleClickDelta>
<DoubleClickSpeed>400</DoubleClickSpeed>
<FocusModel>click</FocusModel>
<MoveMode>outline</MoveMode>
<PopupStyle enabled="false"></PopupStyle>
<ResizeMode>outline</ResizeMode>
<SnapMode distance="10">border</SnapMode>
<Tray height="26" layer="below" x="0" y="-1">
<TaskList maxwidth="256"/>
<Dock/>
<Clock format="%H:%M:%S %u %d/%m"></Clock>
</Tray>
<Desktops height="1" width="1" count="1">
</Desktops>
<RootMenu onroot="">
<Exit confirm="false"/>
</RootMenu>
<WindowStyle>
<Font>WenQuanYi Zen Hei Sharp-10</Font>
<Height>21</Height>
<Width>4</Width>
<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>WenQuanYi Zen Hei Sharp-10</Font>
<ActiveForeground>black</ActiveForeground>
<ActiveBackground>gray80:gray90</ActiveBackground>
<Background>gray90:gray80</Background>
<Foreground>black</Foreground>
</TaskListStyle>
<MenuStyle>
<Font>WenQuanYi Zen Hei Sharp-10</Font>
<Foreground>black</Foreground>
<Background>gray90</Background>
<ActiveForeground>white</ActiveForeground>
<ActiveBackground>#70849d:#2e3a67</ActiveBackground>
</MenuStyle>
<TrayStyle>
<Font>unifont</Font>
<Background>gray90</Background>
<Foreground>black</Foreground>
</TrayStyle>
<PopupStyle>
<Font>unifont</Font>
<Outline>black</Outline>
<Foreground>black</Foreground>
<Background>yellow</Background>
</PopupStyle>
</JWM>

相關詞條

熱門詞條

聯絡我們