fbpanel kombinieren mit sawfish oder openbox

hippodriver

Well-Known Member
Hallo Allerseits!

Im Zuge eines akuten Frickelanfalls versuche ich sawfish mit fbpanel zu verheiraten. Aber fbpanel verdrückt sich ständig.

Direkt nach dem Start von X ist noch alles in Ordnung, das panel wird angezeigt und der window manager funktioniert. Aber sobald ich auf anderen workspace wechsle, verschwindet das fbpanel. Auch auf dem Start-workspace ist es danach weg. Das gleiche Problem tritt auch mit openbox auf.

.xinitrc
Code:
# mouse speedup
xset m 4 4
# set background
bgs ~/wallpaper/freebsd_1920x1200.png
fbpanel&
exec sawfish

.sawfish/custom
Code:
;; sawfish user customization -- do not edit by hand!
;; sawfish version 1.5.2, written Sat Apr 17 11:32:53 2010

(custom-set-typed-variable (quote workspace-names) (quote ("std" "web" "mail" "ass")) (quote (list string "Workspace names")))
(custom-set-typed-variable (quote warp-to-window-enabled) (quote ()) (quote boolean))
(custom-set-typed-variable (quote focus-mode) (quote enter-only) (quote symbol))
(custom-set-typed-variable (quote Crux:normal-color) (quote "#da0030002b00") (quote (optional color)))
(custom-set-typed-variable (quote Crux:show-window-icons) (quote t) (quote boolean))
(custom-set-typed-variable (quote Crux:button-theme) (quote windows) (quote (choice (default "Default") (platinum "Mac OS Platinum") (macos-x "Mac OS X") (windows "MS Windows") (next "NeXTSTEP") (complete "Complete") (complete-inverse "Complete (Inverse)"))))
(custom-set-typed-variable (quote default-frame-style) (quote Crux) (quote frame-style))
(custom-set-typed-variable (quote tooltips-show-doc-strings) (quote ()) (quote boolean))
(custom-set-typed-variable (quote tooltips-enabled) (quote t) (quote boolean) (quote sawfish.wm.ext.tooltips))
(custom-set-typed-variable (quote default-window-animator) (quote wireframe) (quote (choice none solid wireframe cross elliptical draft)))

Wie sorge ich dafür, daß das fbpanel immer auf allen workspaces angezeigt wird?


Mit freundlichen Grüßen
Michael Krauß
 
Zurück
Oben