mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
2d749d67ab
which uses an external login program instead of xdm's standard greeter. I still need to find out why you can't change the logo for now. When this works some BSD pixmaps would be nice to have. Any artists among us?
19 lines
857 B
Plaintext
19 lines
857 B
Plaintext
--- src/config/wdm-config.in.orig Wed Aug 19 19:20:59 1998
|
|
+++ src/config/wdm-config.in Thu Sep 3 18:54:01 1998
|
|
@@ -21,12 +21,11 @@
|
|
DisplayManager*session: #configdir#/Xsession
|
|
DisplayManager*authComplain: false
|
|
DisplayManager*wdmLogin: #bindir#/wdmLogin
|
|
-DisplayManager*wdmBg: solid:RoyalBlue
|
|
+DisplayManager*wdmBg: pixmap:#configdir#/pixmaps/daemon1-HQ-1280x960.jpg
|
|
! DisplayManager*wdmBg: dgradient:RoyalBlue,FireBrick,Black
|
|
-! DisplayManager*wdmLogo: #configdir#/pixmaps/Eagle.xpm
|
|
-DisplayManager*wdmWm: wmaker:afterstep
|
|
+DisplayManager*wdmLogo: #configdir#/pixmaps/Earth200x130.xpm
|
|
+DisplayManager*wdmWm: wmaker:afterstep:ctwm:enlightenment:fvwm:fvwm2:fvwm95:olvwm:qvwm:tvtwm
|
|
DisplayManager*wdmReboot: #SHUTDOWN# -t3 -r now
|
|
DisplayManager*wdmHalt: #SHUTDOWN# -t3 -h now
|
|
DisplayManager*wdmVerify: true
|
|
DisplayManager*wdmRoot: false
|
|
-
|