lxde

Links

IRC channel

APT

deb http://people.linux.org.tw/~andrew/debian/lxde/ ./        (for Debian sid)
deb http://people.linux.org.tw/~pcman/ubuntu/ ./        (for Ubuntu)

安裝

$ sudo aptitude install lxde lxappearance #lxnm

How can I use window manager other than Openbox?

$ sudo vi /etc/xdg/lxsession/LXDE/default

lxde-settings
smproxy
#xscreensaver -no-splash
openbox --config-file $XDG_CONFIG_HOME/openbox/lxde-rc.xml
lxpanel --profile LXDE
pcmanfm -d

autostart

$ sudo vi /etc/xdg/lxsession/LXDE/autostart

@lxde-settings
@xscreensaver -no-splash
@lxpanel --profile LXDE
@pcmanfm -d
@urxvtd -q -f -o

lxde-rc.xml

$ vi ~/.config/openbox/lxde-rc.xml

  <!-- Keybindings for running applications -->
  <keybind key="W-p">
    <action name="Execute">
      <startupnotify>
        <enabled>true</enabled>
        <name>PCManFM</name>
      </startupnotify>
      <command>pcmanfm</command>
    </action>
  </keybind>

  <keybind key="W-e">
      <action name="Execute">
          <command>emacs</command>
      </action>
  </keybind>

  <keybind key="W-f">
      <action name="Execute">
          <command>iceweasel</command>
      </action>
  </keybind>

  <keybind key="W-t">
      <action name="Execute">
          <command>urxvtc</command>
      </action>
  </keybind>

[ 書籤 | 搜尋 | blog | 留言 | Home ]

Firefox Emacs Muse Debian

最後更新 五月 9, 2008 , by alan

Creative Commons License
本 著作 係採用 創用 CC 姓名標示-非商業性-相同方式分享 2.5 台灣 授權條款授權.