====== QuickTile ====== * [[http://ssokolow.com/quicktile/|QuickTile]] * [[:python|Python]]으로 만들어진 윈도우 매니저와 무관하게 작동하는 Tiling 도구 * {{youtube>ZF76DELEpjM}} ===== 설치 ===== * [[https://github.com/ssokolow/quicktile|Quicktile github]]을 다운로드하여 압축을 풀면 끝. * 의존 패키지 설치 sudo apt-get install python python-gtk2 python-xlib python-dbus python-wnck * ''quicktile.py -d''를 Python 2로 실행하면 ''~/.config/quicktile.cfg'' 파일이 생성됨. 이 파일을 편집할 것. * 세션 시작 프로그램으로 ''quicktile.py %%--%%daemonize'' 지정 ===== 단축키 ===== * ''ModMask'' : ''''가 Window(리눅스에서는 보통 Super라고 부름)키를 뜻함. * 조합해서 누르는 키의 이름은 ''xev'' 명령을 실행하고 눌렀을 때 나오는 이름 * ''Prior'' : Page Up 키 * ''Next'' : Page Down 키 * ''~/.config/quicktile.cfg'' [general] cfg_schema = 1 UseWorkarea = True ModMask = [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