xmonad と xmobar のデスクトップ セットアップにトレイアーを追加しようとしています。
.xinitrc
ここに私が前に追加したものがありますexec xmonad
trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 18 --height 22 --transparent true --tint 0x000000 &
それを使用すると、最初のワークスペースでのみ表示され、デフォルトで選択されています。
私はそれを無視しようとしていました
,[ className =? "Trayer" --> doIgnore]
,[ resource =? "trayer" --> doIgnore]
しかし、それは意味がありません。最初のワークスペースでトレイヤーがまだ選択されています(選択境界が表示されます)...
ここに私の現在がありますxmonad.hs
: https://github.com/Heather/xmonad/blob/master/xmonad.hs
xmonad のバージョンは 0.11 です