Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/ctwm/etc allow the root window to be freely pai...



details:   https://anonhg.NetBSD.org/src/rev/6773f1f1c4ae
branches:  trunk
changeset: 944783:6773f1f1c4ae
user:      nia <nia%NetBSD.org@localhost>
date:      Sun Oct 11 10:02:51 2020 +0000

description:
allow the root window to be freely painted with e.g. xsetroot

it came up during initial review that it may be confusing that xsetroot
doesn't work by default

diffstat:

 external/mit/ctwm/etc/system.ctwmrc |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r b648a94aa624 -r 6773f1f1c4ae external/mit/ctwm/etc/system.ctwmrc
--- a/external/mit/ctwm/etc/system.ctwmrc       Sun Oct 11 07:08:29 2020 +0000
+++ b/external/mit/ctwm/etc/system.ctwmrc       Sun Oct 11 10:02:51 2020 +0000
@@ -1,5 +1,5 @@
 #
-# $NetBSD: system.ctwmrc,v 1.5 2020/10/11 07:08:29 nia Exp $
+# $NetBSD: system.ctwmrc,v 1.6 2020/10/11 10:02:51 nia Exp $
 #
 # ctwmrc by nia
 #
@@ -44,6 +44,9 @@
 
 DecorateTransients
 
+# allow the user to have their root window recolored as they choose
+DontPaintRootWindow
+
 # hide window contents while altering windows for performance
 NoOpaqueMove
 NoOpaqueResize



Home | Main Index | Thread Index | Old Index