사용자 도구

사이트 도구


linux:windowmanager:quicktile

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
linux:windowmanager:quicktile [2013/12/29 17:57]
kwon37xi
linux:windowmanager:quicktile [2015/02/12 09:57] (현재)
kwon37xi [설치]
줄 2: 줄 2:
   * [[http://ssokolow.com/quicktile/|QuickTile]]   * [[http://ssokolow.com/quicktile/|QuickTile]]
   * [[:python|Python]]으로 만들어진 윈도우 매니저와 무관하게 작동하는 Tiling 도구   * [[:python|Python]]으로 만들어진 윈도우 매니저와 무관하게 작동하는 Tiling 도구
 +  * {{youtube>ZF76DELEpjM}}
  
 ===== 설치 ===== ===== 설치 =====
줄 8: 줄 9:
 sudo apt-get install python python-gtk2 python-xlib python-dbus python-wnck sudo apt-get install python python-gtk2 python-xlib python-dbus python-wnck
 </code> </code>
-  * ''quicktile.py''를 Python 2로 실행하면 ''~/.config/quicktile.cfg'' 파일이 생성됨. 이 파일을 편집할 것. +  * ''quicktile.py -d''를 Python 2로 실행하면 ''~/.config/quicktile.cfg'' 파일이 생성됨. 이 파일을 편집할 것. 
 +  * 세션 시작 프로그램으로 ''quicktile.py %%--%%daemonize'' 지정
 ===== 단축키 ===== ===== 단축키 =====
   * ''ModMask'' : ''<Mod4>''가 Window(리눅스에서는 보통 Super라고 부름)키를 뜻함.   * ''ModMask'' : ''<Mod4>''가 Window(리눅스에서는 보통 Super라고 부름)키를 뜻함.
 +  * 조합해서 누르는 키의 이름은 ''xev'' 명령을 실행하고 눌렀을 때 나오는 이름
 +    * ''Prior'' : Page Up 키
 +    * ''Next'' : Page Down 키
 +  * ''~/.config/quicktile.cfg''<code>
 +[general]
 +cfg_schema = 1
 +UseWorkarea = True
 +ModMask = <Shift><Mod4>
  
 +[keys]
 +C = move-to-center
 +H = horizontal-maximize
 +V = vertical-maximize
 +M = maximize
 +End = bottom-left
 +Down = bottom
 +Next = bottom-right
 +Left = left
 +Insert = middle
 +Right = right
 +Home = top-left
 +Up = top
 +Prior = top-right
 +Delete = monitor-switch
 +</code>
linux/windowmanager/quicktile.1388307454.txt.gz · 마지막으로 수정됨: 2013/12/29 17:57 저자 kwon37xi