루분투를 사용하면서 windows 10 에서의 aero snap 과 같은 기능이 있는 것을 이제야 알게 되었다.
https://help.ubuntu.com/community/Lubuntu/Windows#Reposition_and_Resize_Windows_Without_Using_a_Mouse
~/.config/openbox/lubuntu-rc.xml 안에 키바인딩과 함께 정의되어 있다. 현재 lubuntu 15.10 의 경우 내용을 들여다 보니 W(Winkey) + Left/Right/Up/Down 에 대해선 정의가 되어 있고 윈도우를 화면 중앙으로 보내는 것은 없기에 이 부분만 추가해 주었다.
<!-- Snap to center: positions the center of a window in the center of your screen;
the window is not resized -->
<keybind key="W-w">
<action name="MoveResizeTo">
<x>center</x>
<y>center</y>
</action>
</keybind>
무척 쓸만하다.
'Linux > Ubuntu Debian' 카테고리의 다른 글
lubuntu panel 에 logout 버튼 삽입 (0) | 2016.11.04 |
---|---|
xfce4 make the desktop font background transparent (0) | 2016.10.21 |
migrate to linux as a main OS (0) | 2016.10.17 |
Linux apps replacements for Windows apps (0) | 2016.10.17 |
Lubuntu theme 바꾸기 (0) | 2016.10.08 |