2010年5月23日日曜日

firefoxのtabを非表示にする

TMPでもできるけど,それだけのためにTMP入れたくない
vi userChrome.css
.tabbrowser-strip {
visibility: collapse;
}

archlinuxでtermtter使う

入ってなかったので入れてみた。
pacman -S libnotify
pacman -S python-notify
pacman -S notification-daemon
notify-send "Hello!"
pacman -S ruby
gem install termtter
vi .termtter/config
97行目 t.plug 'notify-send'を有効に

別にnotify使わなくてもいいんだけど

vimが機動しなくなってた

久しぶりにデスクトップPCを機動させて pacman -Syu したらvimが実行できませんとか抜かして機動しなくなった。
pacman -R vim して reinstall しようとしたら、
error: failed to commit transaction (conflicting files)
vim-runtime: /etc/vimrc exists in filesystem

vim: /usr/share/man/ru.UTF-8/man1/xxd.1.gz exists in filesystem
Errors occurred, no packages were upgraded.
と出てだめだった。
結局
pacman -Scc
pacman -R vim
pacman -Sf vim
したら機動するようになったけど、なんだったんだろ。