Module Name:    src
Committed By:   martin
Date:           Tue Mar  9 15:44:50 UTC 2021

Modified Files:
        src/external/mit/ctwm/etc [netbsd-9]: system.ctwmrc

Log Message:
Pull up following revision(s) (requested by 1227 in ticket #nia):

        external/mit/ctwm/etc/system.ctwmrc: revision 1.2
        external/mit/ctwm/etc/system.ctwmrc: revision 1.3
        external/mit/ctwm/etc/system.ctwmrc: revision 1.4
        external/mit/ctwm/etc/system.ctwmrc: revision 1.5
        external/mit/ctwm/etc/system.ctwmrc: revision 1.7
        external/mit/ctwm/etc/system.ctwmrc: revision 1.9
        external/mit/ctwm/etc/system.ctwmrc: revision 1.10
        external/mit/ctwm/etc/system.ctwmrc: revision 1.11
        external/mit/ctwm/etc/system.ctwmrc: revision 1.12

Make it easier to identify the current active window (red border highlight)

Bump up the dark contrast a bit

xeyes should be AlwaysOnTop - requested by a user

mute binding is annoying when there's hardware mute

slightly lower workspace manager size
this works nicely on a 12.5" FHD screen

xclock also gets AlwaysOnTop

system.ctwmrc: Set Cursors to avoid strange default fallbacks

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

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.1.2.2 -r1.1.2.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.1.2.2 src/external/mit/ctwm/etc/system.ctwmrc:1.1.2.3
--- src/external/mit/ctwm/etc/system.ctwmrc:1.1.2.2	Thu Oct  8 16:04:07 2020
+++ src/external/mit/ctwm/etc/system.ctwmrc	Tue Mar  9 15:44:50 2021
@@ -1,5 +1,5 @@
 #
-# $NetBSD: system.ctwmrc,v 1.1.2.2 2020/10/08 16:04:07 martin Exp $
+# $NetBSD: system.ctwmrc,v 1.1.2.3 2021/03/09 15:44:50 martin Exp $
 #
 # ctwmrc by nia
 #
@@ -48,8 +48,6 @@ DecorateTransients
 NoOpaqueMove
 NoOpaqueResize
 
-SloppyFocus
-
 AutoOccupy
 AutoRelativeResize
 
@@ -72,8 +70,8 @@ IgnoreLockModifier
 RandomPlacement          "on"
 
 MoveDelta                 3
-ClearShadowContrast       50
-DarkShadowContrast        50
+ClearShadowContrast       40
+DarkShadowContrast        60
 MovePackResistance        100
 
 RaiseWhenAutoUnSqueeze
@@ -87,7 +85,7 @@ StayUpMenus
 WarpToDefaultMenuEntry
 MenuShadowDepth      1
 
-NoTitleFocus
+TitleFocus
 
 # warp through all windows in the current workspace
 WindowRing
@@ -126,7 +124,7 @@ ReverseCurrentWorkspace	
 StartInMapState
 WMgrHorizButtonIndent     0
 WMgrVertButtonIndent      0
-WorkSpaceManagerGeometry  "70x270-4-4" 1
+WorkSpaceManagerGeometry  "60x240-4-4" 1
 
 WorkSpaces 
 {
@@ -137,12 +135,27 @@ 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           "steelblue"
+  BorderColor           "firebrick"
 
-  BorderTileBackground  "lavender"
-  BorderTileForeground  "lavender"
+  BorderTileBackground  "steelblue"
+  BorderTileForeground  "steelblue"
 
   DefaultBackground     "grey70"
   DefaultForeground     "black"
@@ -240,6 +253,8 @@ OccupyAll 
 
 AlwaysOnTop
 {
+   "xclock"
+   "XEyes"
    "XVidCap"
 }
 
@@ -328,7 +343,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

Reply via email to