顯示具有 lxde 標籤的文章。 顯示所有文章
顯示具有 lxde 標籤的文章。 顯示所有文章

星期四, 9月 10, 2009

lxde和openbox設定檔

如果全新系統安裝完, 會沒有權限自己設定openbox的theme,
必須在自己的家目錄 新增~/.xsession檔案
$ touch ~/.xsession
$ echo "startlxde" >> ~/.xsession

這樣就好了, 其他事情就交給startlxde吧

$ startx
$ obconf

星期四, 5月 21, 2009

LXDE screenshot shutter 螢幕擷圖

system:debian sid

1.> 安裝shutter> aptitude install shutter
2.> 新增keybinding> leafpad ~/.config/openbox/lxde-rc.xml

<keydoard>
(add something here)
</keydoard>

新增 keybinding for PrintScreen
<!--keybindings for Screenshot -->
<keybind key="Print">
<action name="Execute">
<command>shutter --full</command>
</action>
</keybind>

新增 another options for ALT+PrintScreen
<keybind key="A-Print">
<action name="Execute">
<command>shutter --window</command>
</action>
</keybind>

3.> recycle openbox config (reload設定檔)>
openbox --reconfigure

TEST IT!
just press printscreen,press printscreen...