• ベストアンサー
※ ChatGPTを利用し、要約された質問です(原文:x11 に rxvt-unicode を入れたのですが、背景か半透明を)

x11で半透明な背景を設定する方法

このQ&Aのポイント
  • macportsからrxvt-unicodeをインストールしましたが、単色の背景では寂しいです。
  • Terminal.appでは半透明化が可能ですが、x11のrxvt-unicodeではできないようです。
  • .Xdefaultsに設定を試しましたが、うまくいきません。半透明化や背景に画像を貼り付ける方法があれば教えてください。

質問者が選んだベストアンサー

  • ベストアンサー
  • sevenless
  • ベストアンサー率66% (374/561)
回答No.1

> Be warned that rxvt-unicode in MacPorts is compiled without “afterimage” support, and as such doesn’t support images in the background. Getting fake transparency in Os X is also a pain anyway, but by reading the man page and recompiling with afterimage, you should get there. という記事を見つけました。 http://greyworld.net/2008/01/29/rxvt-unicode-on-os-x/#_Getting_rxvt-unicode_to_look_like_a_terminal 背景や半透明を使いたければコンパイルし直すしかなさそうですね。

noname#71371
質問者

お礼

これは知りませんでした。 ありがとうございます。 さっそく試してみます!!

noname#71371
質問者

補足

Portfile の configure.args --disable-afterimage を configure.args --enable-afterimage にして 別にツリーを作り再度インストールしてみましたがダメなようです。 ただキーワードが分かったので他にもいろいろ試してみます

関連するQ&A

専門家に質問してみよう