Linux/Ubuntu Debian

lubuntu - windows aero snap

smores 2016. 10. 19. 23:54

루분투를 사용하면서 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>


무척 쓸만하다.