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
: <Mod4>
가 Window(리눅스에서는 보통 Super라고 부름)키를 뜻함.xev
명령을 실행하고 눌렀을 때 나오는 이름Prior
: Page Up 키Next
: Page Down 키~/.config/quicktile.cfg
[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