Notebook

これは日々の作業を通して学んだことや毎日の生活で気づいたことをを記録しておく備忘録である。

HTML ファイル生成日時: 2025/11/23 20:31:30.065 (台灣標準時)

Fvwm3 の設定について

しばらく前に、 pkgsrc に Fvwm3 が 含まれていることに気づいたので、 Fvwm3 をインストールして使ってい るでござる。随分長いこと、 focus されている window (マウスがのっていて 操作ができる状態になっている window) と、それ以外の window の枠の色は 以下のように設定していたでござる。


# fore and back border colors for focused window
Style * HilightFore linen, HilightBack VioletRed4

# fore and back border colors for other windows
Style * Color linen/SteelBlue4

active になっている window は赤っぽい色で、それ以外の window は青っぽ い色にしていたでござる。ところが、 Fvwm3 にしてみたら、この指定の色に なっていないことに気づいたでござる。 active な window が灰色で、それ以 外の window は黒になっていたでござる。

/usr/pkg/share/fvwm3/ConfigFvwmDefaults を見てみたら、以下のような記述 があったでござる。


# Default colorsets to ensure they are set.
Colorset 0 fg black, bg grey
Colorset 1 fg black, bg grey25
Style * Colorset 1, HilightColorset 0

書式が変わったのかもしれぬと思い、 ConfigFvwmDefaults にある書き方で設 定してみることにしたでござる。以下のような設定を試してみたでござる。


# fore and back border colors for focused window
#Style * HilightFore linen, HilightBack VioletRed4

# fore and back border colors for other windows
#Style * Color linen/SteelBlue4

# Default colorsets to ensure they are set.
#Colorset 0 fg black, bg grey
#Colorset 1 fg black, bg grey25
#Style * Colorset 1, HilightColorset 0
Colorset 0 fg linen, bg VioletRed4
Colorset 1 fg linen, bg SteelBlue4
Style * Colorset 1, HilightColorset 0

Fvwm を再起動してみると、期待通りの色になったでござる。



Frequently accessed files

  1. Misc___Taiwan/20240207_00.html
  2. Computer___TeX/20230726_01.html
  3. Computer___Python/20220715_0.html
  4. Misc___Taiwan/20240903_01.html
  5. Misc___Japan/20240718_00.html
  6. Computer___TeX/20231107_00.html
  7. Computer___TeX/20230503_00.html
  8. Food___Taiwan/20230622_13.html
  9. Computer___Network/20240130_00.html
  10. Computer___TeX/20240414_00.html
  11. Computer___NetBSD/20220506_0.html
  12. Computer___NetBSD/20241223_00.html
  13. Computer___NetBSD/20240805_03.html
  14. Misc___Taiwan/20210215_0.html
  15. Computer___NetBSD/20230121_00.html
  16. Food___Taiwan/20230611_06.html
  17. Computer___Network/20241214_00.html
  18. Computer___Network/20231225_00.html
  19. Computer___NetBSD/20250307_00.html
  20. Food___Taiwan/20220811_7.html
  21. Food___Taiwan/20230609_03.html
  22. Computer___TeX/20240410_00.html
  23. Computer___NetBSD/20220422_0.html
  24. Computer___TeX/20240414_01.html
  25. Travel___Taiwan/20230529_10.html
  26. Travel___Taiwan/20210225_5.html
  27. Travel___Taiwan/20230725_03.html
  28. Food___Taiwan/20230610_00.html
  29. Food___Taiwan/20230622_25.html
  30. Food___Taiwan/20230610_07.html


HTML file generated by Kinoshita Daisuke.