Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/external/mit/ctwm/etc Pull up following revision(s) (requ...
details: https://anonhg.NetBSD.org/src/rev/fc0ff6c8976f
branches: netbsd-9
changeset: 953458:fc0ff6c8976f
user: martin <martin%NetBSD.org@localhost>
date: Tue Mar 09 15:44:50 2021 +0000
description:
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
diffstat:
external/mit/ctwm/etc/system.ctwmrc | 37 ++++++++++++++++++++++++++-----------
1 files changed, 26 insertions(+), 11 deletions(-)
diffs (97 lines):
diff -r 6b4d07813856 -r fc0ff6c8976f external/mit/ctwm/etc/system.ctwmrc
--- a/external/mit/ctwm/etc/system.ctwmrc Sun Mar 07 19:06:20 2021 +0000
+++ b/external/mit/ctwm/etc/system.ctwmrc Tue Mar 09 15:44:50 2021 +0000
@@ -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 @@
NoOpaqueMove
NoOpaqueResize
-SloppyFocus
-
AutoOccupy
AutoRelativeResize
@@ -72,8 +70,8 @@
RandomPlacement "on"
MoveDelta 3
-ClearShadowContrast 50
-DarkShadowContrast 50
+ClearShadowContrast 40
+DarkShadowContrast 60
MovePackResistance 100
RaiseWhenAutoUnSqueeze
@@ -87,7 +85,7 @@
WarpToDefaultMenuEntry
MenuShadowDepth 1
-NoTitleFocus
+TitleFocus
# warp through all windows in the current workspace
WindowRing
@@ -126,7 +124,7 @@
StartInMapState
WMgrHorizButtonIndent 0
WMgrVertButtonIndent 0
-WorkSpaceManagerGeometry "70x270-4-4" 1
+WorkSpaceManagerGeometry "60x240-4-4" 1
WorkSpaces
{
@@ -137,12 +135,27 @@
"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 @@
AlwaysOnTop
{
+ "xclock"
+ "XEyes"
"XVidCap"
}
@@ -328,7 +343,7 @@
"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
Home |
Main Index |
Thread Index |
Old Index