トップ «前の日記(2002-01-19) 最新 次の日記(2002-01-21)» 編集

のぶのあれもこれもそれもナニも!?


2002-01-20

_ [linux] rxvt

 GNOMEではEtermを使ってたんだけど、fluxboxだとうまく透過してくれない。

そこでいろいろweb徘徊・・・ありました。webは便利だぁ〜。

$ rxvt -ip

です。が、透過率をは変えられない模様(@o@)

ちなみにman rxvtすると・・・

       -ip|+ip
              Turn  on/off  inheriting  parent  windowエs  pixmap;
              resource inheritPixmap.
 
       -bg colour
              Window background colour; resource background.
 
       -fg colour
              Window foreground colour; resource foreground.
 
       -pixmap: file[;geom]
              Specify  XPM  file  for  the  background  and  also
              optionally specify  its  scaling  with  a  geometry
              string.   Note  you may need to add quotes to avoid
              special shell interpretation  of  the  `;  in  the
              command-line; resource backgroundPixmap.
 
       -cr colour
              The cursor colour; resource cursorColor.
 
       -pr colour
              The mouse pointer colour; resource pointerColor.
 
       -bd colour
              The   colour   of  the  border  between  the  xterm
              scrollbar and the text; resource borderColor.

_ [linux] fluxbox

 なかなか良いですが、この日記を書いている最中にatokxがお亡くなりになる、というかキーボードの入力を受け付けてくれなくなることがちょくちょくあって、タブを切り替えたりすると直る・・・???

ppp接続には、なかなかうまく動いてくれないppxpを使うことにした。

 /etc/groupで、ttyとuucpにuserを追加して、以下の様に属性を変更

# chmod 660 /dev/ttyS*
# chgrp uucp /dev/ttyS*

_ [linux] fluxbox(2)

 壁紙setはThe Tao of Linuxを参考に、
# /usr/X11R6/bin/fsetbg ./hoge.jpg

すると、みたいに怒られるので・・・userでやると・・・

で、フルスクリーンにしたいので

$ /usr/X11R6/bin/fsetbg -f ./akikoyada07.jpg 
-fillscreen: Bad option
 
Usage: xsetbg [global options] {[image options] image_name ...}
 
Type `xsetbg -help [option ...]' for information on a particular option, or
`xsetbg -help' to enter the interactive help facility.
で、実はxsetbgとちゃうか?と思って-helpすると-fullscreenでいけるようなので
$ xsetbg -fullscreen ./hoge.jpg

_ サラリーマン金太郎

今、テレビでやってます。森口遙子が艶っぽいです。desktopの矢田亜希子もいいけど・・・。

_ [linux] fluxbox(3)

 一端ログオフすると、backgroundを覚えてない。いろいろ試したけど、backgroundをsaveする方法が解らない。で、結局/usr/share/fluxbox/stylesのBabyMushroomを書き換えて、

rootCommand:	fsetbg -f /usr/share/fluxbox/backgrounds/akikoyada07.jpg

とした。もちろんスタイルでBabyMushroomを選択しとく。

[]