diff options
| author | martin <martin@NetBSD.org> | 2021-03-09 15:44:50 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2021-03-09 15:44:50 +0000 |
| commit | c81d30929d5a9ef7e7aef96736790074b2b30006 (patch) | |
| tree | 94df82c9c71208ccdce7fdce55ebc3eb9a256944 /external | |
| parent | 39d959eecc83f01544a8c2fdce3134876947e42c (diff) | |
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 (limited to 'external')
| -rw-r--r-- | external/mit/ctwm/etc/system.ctwmrc | 37 |
1 files changed, 26 insertions, 11 deletions
diff --git a/external/mit/ctwm/etc/system.ctwmrc b/external/mit/ctwm/etc/system.ctwmrc index eb1a48ce243..dfc140f6250 100644 --- a/external/mit/ctwm/etc/system.ctwmrc +++ b/external/mit/ctwm/etc/system.ctwmrc @@ -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 |
