evilwm configuration

Two years I have used evilwm (I use GNU/Linux too, just 2 years).

Yesterday switched to FVWM. Oh god, I love FVWM!

My ~/.fvwm/.fvwm2rc, - this is just a copy evilwm:

[code]DestroyFunc LeftClick
AddToFunc LeftClick

  • I Raise
  • M Move

DestroyFunc RightClick
AddToFunc RightClick

  • I RaiseLower

DestroyFunc MiddleClick
AddToFunc MiddleClick

  • M Resize

DesktopSize 1x1
DesktopName 0 1
DesktopName 1 2
DesktopName 2 3
DesktopName 3 4
DesktopName 4 5
DesktopName 5 6
DesktopName 6 7
DesktopName 7 8

Style * NoTitle, HandleWidth 0
Style * ResizeHintOverride
Style * PositionPlacement UnderMouse
Style * SloppyFocus
Style * SnapAttraction 10 All Screen

Mouse 1 R A Nop
Mouse 2 R A Nop
Mouse 3 R A Nop

Mouse 1 W M LeftClick
Mouse 2 W M MiddleClick
Mouse 3 W M RightClick

Key Return A CM Exec exec urxvt
Key Escape W CM Close
Key Insert W CM RaiseLower

Key r A CM Restart

Key x W CM Maximize
Key f W CM Stick

Key h W CM Move w-16p keep warp
Key j W CM Move keep w+16p warp
Key k W CM Move keep w-16p warp
Key l W CM Move w+16p keep warp

Key h W CMS Resize w-16c keep
Key j W CMS Resize keep w+16c
Key k W CMS Resize keep w-16c
Key l W CMS Resize w+16c keep

Key y W CM Move 0 0
Key u W CM Move -0 0
Key b W CM Move 0 -0
Key n W CM Move -0 -0

Key 1 A CM GotoDesk 0 0
Key 2 A CM GotoDesk 0 1
Key 3 A CM GotoDesk 0 2
Key 4 A CM GotoDesk 0 3
Key 5 A CM GotoDesk 0 4
Key 6 A CM GotoDesk 0 5
Key 7 A CM GotoDesk 0 6
Key 8 A CM GotoDesk 0 7[/code]