i3wm - Gakgu/Gakgu.github.io GitHub Wiki

개요

타일형 윈도우 매니저이다.

i3 gaps란?

i3wm의 변종으로 타일간 거리(gap)가 있다. 둘 중 하나만 설치할 수 있다.

실행

  1. ~/.xinitrc 파일에 다음을 추가한다.

     $ echo exec i3 >> ~/.xinitrc
    
  2. 시작한다.

     $ startx
    

config

config 위치

$ vim ~/.config/i3/config

font 변경

font consolas 12

i3bar를 tint2로 대체

bar {    
    mode hide    
    modifier none    
    status_command tint2    
}

gap 추가 (i3-gaps only)

gaps inner 10    
gaps outer 10    
smart_gaps on

자동 마우스 포커스 비활성화

focus_follows_mouse no

키 설정

  • 기존 키 제거

      bindsym $mod+Shift+q kill
    
  • 새로운 키 추가

      bindsym $mod+F4 kill
      bindsym $mod+button3 kill