lxde

alan's 的頭像

Links

APT repositories for Debian

deb http://people.linux.org.tw/~andrew/debian/lxde/ ./

$ sudo aptitude install lxde lxnm

How can I use window manager other than Openbox?

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

smproxy
#xscreensaver -no-splash
openbox --config-file $XDG_CONFIG_HOME/openbox/lxde-rc.xml
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>swiftfox</command>
      </action>
  </keybind>

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

發表新回應

這個欄位的內容會保密,不會公開顯示。
  • 可使用的 HTML 標籤:<a> <em> <pre><strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><img><h1><h2><h3>
  • 自動斷行和分段。

更多關於格式選項的資訊