11월 스크린샷
Linux/스샷/외부설정 2007. 11. 4. 18:17
맨날 또가튼거 또올림..
conky rss 기능 추가댐.. 크기 더 널피고 pid 부침
다음과 같이 ~/.conkyrc파일에다 추가한다
-kldp- ${rss http://kldp.org/view/forum/feed 15 item_titles 1}
quickfix- Makefile or *.c 인제 제대로 연동댐..
~/.vimrc에 다음을 추가
"Makefile의 지금 디렉토리에 따라서 makeprg 옵션을 바꿈
function Make()
let now_file_path = expand("%:h")
if (now_file_path == "")
let now_file_path = "."
endif
if filereadable(now_file_path."/Makefile")
exec 'lcd ' . now_file_path
set makeprg=make
else
set makeprg=gcc\ -g\ -Wall\ -pg\ -O2\ %\ -o\ %<\ `pkg-config\ --cflags\ --libs\ gtk+-2.0\ gthread-2.0`\ -lvte\ -lncursesw\ -lX11\ -lconfuse\ -lid3\ -lmpd
endif
make
endfun
map <F10> :w!<CR>:call Make()<CR>:botright cwindow<CR>:!%<<CR>
conky rss 기능 추가댐.. 크기 더 널피고 pid 부침
다음과 같이 ~/.conkyrc파일에다 추가한다
-kldp- ${rss http://kldp.org/view/forum/feed 15 item_titles 1}
quickfix- Makefile or *.c 인제 제대로 연동댐..
~/.vimrc에 다음을 추가
"Makefile의 지금 디렉토리에 따라서 makeprg 옵션을 바꿈
function Make()
let now_file_path = expand("%:h")
if (now_file_path == "")
let now_file_path = "."
endif
if filereadable(now_file_path."/Makefile")
exec 'lcd ' . now_file_path
set makeprg=make
else
set makeprg=gcc\ -g\ -Wall\ -pg\ -O2\ %\ -o\ %<\ `pkg-config\ --cflags\ --libs\ gtk+-2.0\ gthread-2.0`\ -lvte\ -lncursesw\ -lX11\ -lconfuse\ -lid3\ -lmpd
endif
make
endfun
map <F10> :w!<CR>:call Make()<CR>:botright cwindow<CR>:!%<<CR>
'Linux > 스샷/외부설정' 카테고리의 다른 글
Linm 배경 투명하게 하기!! (9) | 2008.01.11 |
---|---|
ninix 테스트.. (5) | 2008.01.08 |
dwm 2일째 벌써...불편함이 (6) | 2007.08.04 |
DWM(다이나믹 윈도우 메니저) 로 전향! (6) | 2007.08.03 |
w3m이 업뎃 됬구나! (4) | 2007.07.04 |