123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- <?xml version="1.0"?>
- <JWM>
- <StartupCommand>pa-applet &</StartupCommand>
- <StartupCommand>nm-applet &</StartupCommand>
- <!-- The root menu. -->
- <RootMenu onroot="12">
- <Program icon="utilities-terminal.png" label="Komut Satırı">lxterminal</Program>
- <Program icon="folder.png" label="Dosya Yöneticisi">spacefm</Program>
- <Program icon="applications-internet.png" label="Web Tarayıcı">midori</Program>
- <Program icon="text-editor-symbolic.symbolic.png" label="Metin düzenleyici">geany</Program>
- <Menu icon="view-grid-symbolic.symbolic.png" label="Uygulamalar">
- <Include>exec: xdgmenumaker -n -i -f jwm</Include>
- </Menu>
- <Menu icon="folder.png" label="Araçlar">
- <Program icon="font.png" label="Yazı Tipi">xfontsel</Program>
- <Program icon="window.png" label="Pencere Özellikleri">
- xprop | xmessage -file -
- </Program>
- <Program icon="window.png" label="Pencere Bilgisi">
- xwininfo | xmessage -file -
- </Program>
- </Menu>
- <Separator/>
- <Restart label="Yeniden Başlat" icon="view-refresh.png"/>
- <Exit label="Çıkış" confirm="true" icon="system-log-out.png"/>
- </RootMenu>
- <!-- Options for program groups. -->
- <Group>
- <Option>tiled</Option>
- <Option>aerosnap</Option>
- </Group>
- <Group>
- <Class>Pidgin</Class>
- <Option>sticky</Option>
- </Group>
- <Group>
- <Name>xterm</Name>
- <Option>vmax</Option>
- </Group>
- <Group>
- <Name>xclock</Name>
- <Option>drag</Option>
- <Option>notitle</Option>
- </Group>
- <!-- Tray at the bottom. -->
- <Tray x="0" y="-1" autohide="off">
- <TrayButton icon="jwm-blue">root:1</TrayButton>
- <Spacer width="2"/>
- <TrayButton label="_">showdesktop</TrayButton>
- <Spacer width="2"/>
- <Pager labeled="true"/>
- <TaskList maxwidth="256"/>
- <Dock/>
- <Clock format="%H:%M"><Button mask="123">exec:xclock</Button></Clock>
- </Tray>
- <!-- Visual Styles -->
- <WindowStyle>
- <Font>Sans-9:bold</Font>
- <Width>4</Width>
- <Height>21</Height>
- <Corner>3</Corner>
- <Foreground>#FFFFFF</Foreground>
- <Background>#555555</Background>
- <Outline>#000000</Outline>
- <Opacity>0.5</Opacity>
- <Active>
- <Foreground>#FFFFFF</Foreground>
- <Background>#0077CC</Background>
- <Outline>#000000</Outline>
- <Opacity>1.0</Opacity>
- </Active>
- </WindowStyle>
- <TrayStyle group="true" list="all">
- <Font>Sans-9</Font>
- <Background>#333333</Background>
- <Foreground>#FFFFFF</Foreground>
- <Outline>#000000</Outline>
- <Opacity>0.75</Opacity>
- </TrayStyle>
- <TaskListStyle>
- <Font>Sans-9</Font>
- <Active>
- <Foreground>#FFFFFF</Foreground>
- <Background>#555555</Background>
- </Active>
- <Foreground>#FFFFFF</Foreground>
- <Background>#333333</Background>
- </TaskListStyle>
- <PagerStyle>
- <Outline>#000000</Outline>
- <Foreground>#555555</Foreground>
- <Background>#333333</Background>
- <Text>#FFFFFF</Text>
- <Active>
- <Foreground>#0077CC</Foreground>
- <Background>#004488</Background>
- </Active>
- </PagerStyle>
- <MenuStyle>
- <Font>Sans-9</Font>
- <Foreground>#FFFFFF</Foreground>
- <Background>#333333</Background>
- <Outline>#000000</Outline>
- <Active>
- <Foreground>#FFFFFF</Foreground>
- <Background>#0077CC</Background>
- </Active>
- <Opacity>0.85</Opacity>
- </MenuStyle>
- <PopupStyle>
- <Font>Sans-9</Font>
- <Foreground>#000000</Foreground>
- <Background>#999999</Background>
- </PopupStyle>
- <!-- Path where icons can be found.
- IconPath can be listed multiple times to allow searching
- for icons in multiple paths.
- -->
- <IconPath>/usr/share/icons/Adwaita</IconPath>
- <IconPath>/usr/share/icons/Adwaita/32x32/places</IconPath>
- <IconPath>/usr/share/icons/Adwaita/32x32/apps</IconPath>
- <IconPath>/usr/share/icons/Adwaita/32x32/categories</IconPath>
- <IconPath>/usr/share/icons/Adwaita/32x32/actions</IconPath>
- <!-- Virtual Desktops -->
- <!-- Desktop tags can be contained within Desktops for desktop names. -->
- <Desktops width="2" height="1">
- <!-- 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">/root/ayarlar/milis-linux-arkaplan.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>
- <Key mask="A" key="F10">maximize</Key>
- <Key mask="A" key="Right">rdesktop</Key>
- <Key mask="A" key="Left">ldesktop</Key>
- <Key mask="A" key="Up">udesktop</Key>
- <Key mask="A" key="Down">ddesktop</Key>
- </JWM>
|