주 메뉴 열기

wwiki β

바뀜

LXDE

1,080 바이트 제거됨, 2019년 5월 2일 (목) 07:12
편집 요약 없음
Lightweight X11 Desktop Environment
 
Openbox
==기본앱==
~/.config/lxsession/LXDE-pi/autostart
 
==단축키==
데비안 계열이다.
 
사용자별 ~/.config/openbox/lxde-pi-rc.xml (파일이 없는 경우 obconf를 실행 후 종료)
 
System-Wide : /etc/xdg/openbox/lxde-pi-rc.xml
 
<syntaxhighlight lang="xml">
<keybind key="W-e">
<action name="Execute">
<startupnotify>
<enabled>true</enabled>
<name>PCManFM</name>
</startupnotify>
<command>pcmanfm</command>
</action>
</keybind>
 
</syntaxhighlight>멀티미디어 키보드에서 기능키의 키코드는 다음 명령을 알아볼 수 있다.
 
$ xev | egrep -o "keycode.*\)"
 
참조사이트: https://wiki.lxde.org/en/LXDE:Questions#My_keyboard_does_not_send_standardized_keyboard_events
===예시===
KEY_PROG1키를 kodi단축키로 지정하는 예시
 
XF86Launch1로 정의되어 있다.<syntaxhighlight lang="xml">
<keybind key="XF86Launch1">
<action name="Execute">
<command>kodi</command>
</action>
</keybind>
</syntaxhighlight>
 
== 외부 링크 ==
https://wiki.debian.org/Openbox#From_a_graphical_login_manager
__목차보임__
편집
2,431