# HG changeset patch # User Oleksandr Gavenko # Date 1373969406 -10800 # Node ID 2aaa715ede72f2a4090b51a73d0b77f88b86b4c5 # Parent 097c00353a158cd8e10cb503fc8416690e3e9514 Close window by LeftWin+F4 (delete window protocol). diff -r 097c00353a15 -r 2aaa715ede72 .fvwm/config --- a/.fvwm/config Tue Jul 16 12:33:51 2013 +0300 +++ b/.fvwm/config Tue Jul 16 13:10:06 2013 +0300 @@ -334,8 +334,13 @@ ################################################################ # Key binding. -# Close window on Alt+F4 (send SIGHUP). +# Close window by Alt+F4 (send SIGHUP). Key F4 A M Delete +# Close window by LeftWin+F4 (delete window protocol). +DestroyFunc MyClose +AddToFunc MyClose ++ I ThisWindow Close +Key F4 W 3 MyClose # Make screenshot. Key Print A N FvwmScreenshot