CVS commit: src/external/mit/ctwm/etc
Module Name:src Committed By: nia Date: Sun Apr 11 11:05:50 UTC 2021 Modified Files: src/external/mit/ctwm/etc: system.ctwmrc Log Message: ctwmrc: add DontShowWelcomeWindow, new in 4.x To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/external/mit/ctwm/etc/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/external/mit/ctwm/etc/system.ctwmrc diff -u src/external/mit/ctwm/etc/system.ctwmrc:1.12 src/external/mit/ctwm/etc/system.ctwmrc:1.13 --- src/external/mit/ctwm/etc/system.ctwmrc:1.12 Thu Mar 4 08:35:58 2021 +++ src/external/mit/ctwm/etc/system.ctwmrc Sun Apr 11 11:05:49 2021 @@ -1,5 +1,5 @@ # -# $NetBSD: system.ctwmrc,v 1.12 2021/03/04 08:35:58 nia Exp $ +# $NetBSD: system.ctwmrc,v 1.13 2021/04/11 11:05:49 nia Exp $ # # ctwmrc by nia # @@ -15,6 +15,8 @@ # don't use the default buttons or key bindings, we define our own NoDefaults +DontShowWelcomeWindow + ShowWorkSpaceManager ShowIconManager
CVS commit: src/external/mit/ctwm/etc
Module Name:src Committed By: nia Date: Thu Mar 4 08:35:59 UTC 2021 Modified Files: src/external/mit/ctwm/etc: system.ctwmrc Log Message: ctwmrc: disable NoTitleFocus to prevent multiple windows having focus some investigation help from Rhialto To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/external/mit/ctwm/etc/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/external/mit/ctwm/etc/system.ctwmrc diff -u src/external/mit/ctwm/etc/system.ctwmrc:1.11 src/external/mit/ctwm/etc/system.ctwmrc:1.12 --- src/external/mit/ctwm/etc/system.ctwmrc:1.11 Sat Feb 27 12:28:17 2021 +++ src/external/mit/ctwm/etc/system.ctwmrc Thu Mar 4 08:35:58 2021 @@ -1,5 +1,5 @@ # -# $NetBSD: system.ctwmrc,v 1.11 2021/02/27 12:28:17 nia Exp $ +# $NetBSD: system.ctwmrc,v 1.12 2021/03/04 08:35:58 nia Exp $ # # ctwmrc by nia # @@ -148,7 +148,7 @@ StayUpMenus WarpToDefaultMenuEntry MenuShadowDepth 1 -NoTitleFocus +TitleFocus # warp through all windows in the current workspace WindowRing
CVS commit: src/external/mit/ctwm/etc
Module Name:src Committed By: nia Date: Sat Feb 27 12:28:17 UTC 2021 Modified Files: src/external/mit/ctwm/etc: system.ctwmrc Log Message: ctwmrc: remove SloppyFocus keyword, which breaks xev the default still seems to be sloppy focus. is this a bug? does ctwm use a different definition of sloppy focus to the rest of the world? we may never know To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/external/mit/ctwm/etc/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/external/mit/ctwm/etc/system.ctwmrc diff -u src/external/mit/ctwm/etc/system.ctwmrc:1.10 src/external/mit/ctwm/etc/system.ctwmrc:1.11 --- src/external/mit/ctwm/etc/system.ctwmrc:1.10 Mon Nov 16 14:12:46 2020 +++ src/external/mit/ctwm/etc/system.ctwmrc Sat Feb 27 12:28:17 2021 @@ -1,5 +1,5 @@ # -# $NetBSD: system.ctwmrc,v 1.10 2020/11/16 14:12:46 nia Exp $ +# $NetBSD: system.ctwmrc,v 1.11 2021/02/27 12:28:17 nia Exp $ # # ctwmrc by nia # @@ -111,8 +111,6 @@ DontPaintRootWindow NoOpaqueMove NoOpaqueResize -SloppyFocus - AutoOccupy AutoRelativeResize
CVS commit: src/external/mit/ctwm/etc
Module Name:src Committed By: nia Date: Mon Nov 16 14:12:46 UTC 2020 Modified Files: src/external/mit/ctwm/etc: system.ctwmrc Log Message: system.ctwmrc: Set Cursors to avoid strange default fallbacks To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/external/mit/ctwm/etc/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/external/mit/ctwm/etc/system.ctwmrc diff -u src/external/mit/ctwm/etc/system.ctwmrc:1.9 src/external/mit/ctwm/etc/system.ctwmrc:1.10 --- src/external/mit/ctwm/etc/system.ctwmrc:1.9 Mon Oct 12 15:24:16 2020 +++ src/external/mit/ctwm/etc/system.ctwmrc Mon Nov 16 14:12:46 2020 @@ -1,5 +1,5 @@ # -# $NetBSD: system.ctwmrc,v 1.9 2020/10/12 15:24:16 nia Exp $ +# $NetBSD: system.ctwmrc,v 1.10 2020/11/16 14:12:46 nia Exp $ # # ctwmrc by nia # @@ -197,6 +197,21 @@ WorkSpaces "5"{ "lavender" "black" "darkslateblue" "white" } } +Cursors +{ + Frame"left_ptr" + Title"left_ptr" + Icon "left_ptr" + IconMgr "left_ptr" + Move "fleur" + Resize "fleur" + Menu "left_ptr" + Button "hand2" + Wait "watch" + Select "dot" + Destroy "pirate" +} + Color { BorderColor "firebrick"
CVS commit: src/external/mit/ctwm/etc
Module Name:src Committed By: nia Date: Mon Oct 12 15:24:16 UTC 2020 Modified Files: src/external/mit/ctwm/etc: system.ctwmrc Log Message: xclock also gets AlwaysOnTop To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/mit/ctwm/etc/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/external/mit/ctwm/etc/system.ctwmrc diff -u src/external/mit/ctwm/etc/system.ctwmrc:1.8 src/external/mit/ctwm/etc/system.ctwmrc:1.9 --- src/external/mit/ctwm/etc/system.ctwmrc:1.8 Mon Oct 12 11:07:24 2020 +++ src/external/mit/ctwm/etc/system.ctwmrc Mon Oct 12 15:24:16 2020 @@ -1,5 +1,5 @@ # -# $NetBSD: system.ctwmrc,v 1.8 2020/10/12 11:07:24 nia Exp $ +# $NetBSD: system.ctwmrc,v 1.9 2020/10/12 15:24:16 nia Exp $ # # ctwmrc by nia # @@ -300,6 +300,7 @@ OccupyAll AlwaysOnTop { + "xclock" "XEyes" "XVidCap" }
CVS commit: src/external/mit/ctwm/etc
Module Name:src Committed By: nia Date: Sun Oct 11 10:12:53 UTC 2020 Modified Files: src/external/mit/ctwm/etc: system.ctwmrc Log Message: slightly lower workspace manager size this works nicely on a 12.5" FHD screen To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/mit/ctwm/etc/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/external/mit/ctwm/etc/system.ctwmrc diff -u src/external/mit/ctwm/etc/system.ctwmrc:1.6 src/external/mit/ctwm/etc/system.ctwmrc:1.7 --- src/external/mit/ctwm/etc/system.ctwmrc:1.6 Sun Oct 11 10:02:51 2020 +++ src/external/mit/ctwm/etc/system.ctwmrc Sun Oct 11 10:12:53 2020 @@ -1,5 +1,5 @@ # -# $NetBSD: system.ctwmrc,v 1.6 2020/10/11 10:02:51 nia Exp $ +# $NetBSD: system.ctwmrc,v 1.7 2020/10/11 10:12:53 nia Exp $ # # ctwmrc by nia # @@ -129,7 +129,7 @@ ReverseCurrentWorkspace StartInMapState WMgrHorizButtonIndent 0 WMgrVertButtonIndent 0 -WorkSpaceManagerGeometry "70x270-4-4" 1 +WorkSpaceManagerGeometry "60x240-4-4" 1 WorkSpaces {
CVS commit: src/external/mit/ctwm/etc
Module Name:src Committed By: nia Date: Sun Oct 11 10:02:51 UTC 2020 Modified Files: src/external/mit/ctwm/etc: system.ctwmrc Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/mit/ctwm/etc/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/external/mit/ctwm/etc/system.ctwmrc diff -u src/external/mit/ctwm/etc/system.ctwmrc:1.5 src/external/mit/ctwm/etc/system.ctwmrc:1.6 --- src/external/mit/ctwm/etc/system.ctwmrc:1.5 Sun Oct 11 07:08:29 2020 +++ src/external/mit/ctwm/etc/system.ctwmrc Sun Oct 11 10:02:51 2020 @@ -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 @@ RestartPreviousState DecorateTransients +# allow the user to have their root window recolored as they choose +DontPaintRootWindow + # hide window contents while altering windows for performance NoOpaqueMove NoOpaqueResize
CVS commit: src/external/mit/ctwm/etc
Module Name:src Committed By: nia Date: Sun Oct 11 07:08:29 UTC 2020 Modified Files: src/external/mit/ctwm/etc: system.ctwmrc Log Message: mute binding is annoying when there's hardware mute To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/mit/ctwm/etc/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/external/mit/ctwm/etc/system.ctwmrc diff -u src/external/mit/ctwm/etc/system.ctwmrc:1.4 src/external/mit/ctwm/etc/system.ctwmrc:1.5 --- src/external/mit/ctwm/etc/system.ctwmrc:1.4 Sat Oct 10 10:36:16 2020 +++ src/external/mit/ctwm/etc/system.ctwmrc Sun Oct 11 07:08:29 2020 @@ -1,5 +1,5 @@ # -# $NetBSD: system.ctwmrc,v 1.4 2020/10/10 10:36:16 nia Exp $ +# $NetBSD: system.ctwmrc,v 1.5 2020/10/11 07:08:29 nia Exp $ # # ctwmrc by nia # @@ -329,7 +329,7 @@ Button3 = mod4 : window : f.resize "XF86AudioRaiseVolume" = : all : !"mixerctl -w outputs.master+=5" "XF86AudioLowerVolume" = : all : !"mixerctl -w outputs.master-=5" -"XF86AudioMute"= : all : !"mixerctl -w outputs.master=0" +#"XF86AudioMute"= : all : !"mixerctl -w outputs.master=0" # # "Windows" style keyboard shortcuts
CVS commit: src/external/mit/ctwm/etc
Module Name:src Committed By: nia Date: Sat Oct 10 10:36:16 UTC 2020 Modified Files: src/external/mit/ctwm/etc: system.ctwmrc Log Message: xeyes should be AlwaysOnTop - requested by a user To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/mit/ctwm/etc/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/external/mit/ctwm/etc/system.ctwmrc diff -u src/external/mit/ctwm/etc/system.ctwmrc:1.3 src/external/mit/ctwm/etc/system.ctwmrc:1.4 --- src/external/mit/ctwm/etc/system.ctwmrc:1.3 Sat Oct 10 10:33:37 2020 +++ src/external/mit/ctwm/etc/system.ctwmrc Sat Oct 10 10:36:16 2020 @@ -1,5 +1,5 @@ # -# $NetBSD: system.ctwmrc,v 1.3 2020/10/10 10:33:37 nia Exp $ +# $NetBSD: system.ctwmrc,v 1.4 2020/10/10 10:36:16 nia Exp $ # # ctwmrc by nia # @@ -240,6 +240,7 @@ OccupyAll AlwaysOnTop { + "XEyes" "XVidCap" }
CVS commit: src/external/mit/ctwm/etc
Module Name:src Committed By: nia Date: Sat Oct 10 10:33:37 UTC 2020 Modified Files: src/external/mit/ctwm/etc: system.ctwmrc Log Message: Bump up the dark contrast a bit To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/mit/ctwm/etc/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/external/mit/ctwm/etc/system.ctwmrc diff -u src/external/mit/ctwm/etc/system.ctwmrc:1.2 src/external/mit/ctwm/etc/system.ctwmrc:1.3 --- src/external/mit/ctwm/etc/system.ctwmrc:1.2 Sat Oct 10 10:28:08 2020 +++ src/external/mit/ctwm/etc/system.ctwmrc Sat Oct 10 10:33:37 2020 @@ -1,5 +1,5 @@ # -# $NetBSD: system.ctwmrc,v 1.2 2020/10/10 10:28:08 nia Exp $ +# $NetBSD: system.ctwmrc,v 1.3 2020/10/10 10:33:37 nia Exp $ # # ctwmrc by nia # @@ -72,8 +72,8 @@ IgnoreLockModifier RandomPlacement "on" MoveDelta 3 -ClearShadowContrast 50 -DarkShadowContrast50 +ClearShadowContrast 40 +DarkShadowContrast60 MovePackResistance100 RaiseWhenAutoUnSqueeze
CVS commit: src/external/mit/ctwm/etc
Module Name:src Committed By: nia Date: Sat Oct 10 10:28:08 UTC 2020 Modified Files: src/external/mit/ctwm/etc: system.ctwmrc Log Message: Make it easier to identify the current active window (red border highlight) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/mit/ctwm/etc/system.ctwmrc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified files: Index: src/external/mit/ctwm/etc/system.ctwmrc diff -u src/external/mit/ctwm/etc/system.ctwmrc:1.1 src/external/mit/ctwm/etc/system.ctwmrc:1.2 --- src/external/mit/ctwm/etc/system.ctwmrc:1.1 Thu Sep 24 05:43:30 2020 +++ src/external/mit/ctwm/etc/system.ctwmrc Sat Oct 10 10:28:08 2020 @@ -1,5 +1,5 @@ # -# $NetBSD: system.ctwmrc,v 1.1 2020/09/24 05:43:30 nia Exp $ +# $NetBSD: system.ctwmrc,v 1.2 2020/10/10 10:28:08 nia Exp $ # # ctwmrc by nia # @@ -139,10 +139,10 @@ WorkSpaces Color { - BorderColor "steelblue" + BorderColor "firebrick" - BorderTileBackground "lavender" - BorderTileForeground "lavender" + BorderTileBackground "steelblue" + BorderTileForeground "steelblue" DefaultBackground "grey70" DefaultForeground "black"