Created
December 15, 2024 06:04
-
-
Save winocm/49ecda2b62f9330c6dd948eeec30826f to your computer and use it in GitHub Desktop.
Solaris-style .Xdefaults for mwm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! References: | |
! | |
! -dt-interface user-medium-r-normal-s sans-12-120-75-75 (lucidatypewriter) | |
! -dt-interface system-medium-r-normal-s sans-14-140-75-75 (lucida) | |
! -dt-interface user-medium-r-normal-m sans-14-140-75-75 (lucidatypewriter) | |
! -dt-interface system-medium-r-normal-m sans-18-180-75-75 (lucida) | |
! | |
! sunos# cat Default.dp | |
! #b2004d007a00 | |
! #ae00b200c300 | |
! #630063009c00 | |
! #ff00f700e900 | |
! #68cea600a0e6 | |
! #8d40ad03c700 | |
! #d30097009800 | |
! #978893a3b500 | |
*Font: -b&h-lucidatypewriter-medium-r-normal-sans-12-120-*-*-*-*-* | |
*FontList: -b&h-lucida-medium-r-normal-sans-14-140-*-*-*-*-* | |
*FontSet: -b&h-lucidatypewriter-medium-r-normal-sans-12-120-*-*-*-*-* | |
*XmText*FontList: -b&h-lucidatypewriter-medium-r-normal-sans-12-120-*-*-*-*-* | |
*XmTextField*FontList: -b&h-lucidatypewriter-medium-r-normal-sans-12-120-*-*-*-*-* | |
*DtEditor*textFontList: -b&h-lucidatypewriter-medium-r-normal-sans-12-120-*-*-*-*-* | |
*buttonFontList: -b&h-lucida-medium-r-normal-sans-14-140-*-*-*-*-* | |
*labelFontList: -b&h-lucida-medium-r-normal-sans-14-140-*-*-*-*-* | |
*textFontList: -b&h-lucidatypewriter-medium-r-normal-sans-12-120-*-*-*-*-* | |
*systemFont: -b&h-lucida-medium-r-normal-sans-14-140-*-*-*-*-* | |
*userFont: -b&h-lucidatypewriter-medium-r-normal-sans-12-120-*-*-*-*-* | |
*ttyModes: erase ^H intr ^C kill ^U start ^Q stop ^S swtch ^@ susp ^Z | |
*background: #ae00b200c300 | |
*foreground: #000000000000 | |
Mwm*gwmOnFrontPanel: False | |
Mwm*moveOpaque: True | |
Mwm*resizeBorderWidth: 5 | |
Mwm*showFeedback: resize placement move | |
Mwm*showSwitchArea: True | |
Mwm*syncDesktopSwitch: False | |
Mwm*useSameBackdrop: False | |
Mwm*activeBackground: #b2004d007a00 | |
Mwm*activeForeground: White | |
Mwm*Termbar.clientDecoration: none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment