Files {
    Keys = "~/.pekwm/keys"
    Mouse = "~/.pekwm/mouse"
    Menu = "~/.pekwm/menu"
    Start = "~/.pekwm/start"
    AutoProps = "~/.pekwm/autoproperties"
    Theme = "~/.pekwm/themes/sqc_004-Ultra-Utopia-mod2"
    Icons = "~/.pekwm/icones-essai/"
}

MoveResize {
    EdgeAttract = "10"
    EdgeResist = "10"
    WindowAttract = "5"
    WindowResist = "5"
    OpaqueMove = "True"
    OpaqueResize = "False"
}

Screen {
# Desktops
    Workspaces ="3"
    Workspaces ="3"
    WorkspaceNames ="- 1 -;- 2 -;- 3 -"
# Name of workspaces (instead of numbers)
# "cntrl;media;web"#...# ;Rep;Divers"
    ShowFrameList = "True"
    ShowStatusWindow = "True"
    ShowStatusWindowCenteredOnRoot = "False"
    ShowClientID = "True"
    ShowWorkspaceIndicator = "1800" 

    PlaceNew = "True"
    FocusNew = "True"

    TrimTitle = "..."
    FullscreenAbove = "True"
    FullscreenDetect = "True"
    HonourRandr = "True"
    EdgeSize = "2 2 2 2"
    EdgeIndent = "False"
    PixmapCacheSize = "20"
    ImlibAntiAlias = "True" 
    DoubleClickTime = "250"

    Placement {
        Model = "CenteredOnParent Smart"
# MouseNotUnder"
        Smart {
            Row = "True"
            TopToBottom = "True"
            LeftToRight = "False" 
# "True"
            OffsetX = "28"
            OffsetY = "28"
        }
    }

    UniqueNames  {
        SetUnique = "True"
        Pre = " #"
        Post = ""
    }
}

Menu {
    DisplayIcons = "True"

    Icons = "DEFAULT" {
        Minimum = "16x16"
        Maximum = "24x24"
# "32x32"
    }
    # To enable make separate window have other icon size restrictions,
    # for example wallpaper menu found in pekwm_menu_tools, set the following
    # for each menu you want to "free".

    # Icons = "Wallpaper" {
    #     Minimum = "64x64"
    #     Maximum = "64x64"
    # }

    # Defines how menus act on mouse input.
    # Possible values are: "ButtonPress ButtonRelease DoubleClick Motion"
    # To make submenus open on mouse over, comment the default Enter,
    # uncomment the alternative, and reload pekwm.

    Select = "Motion MotionPressed"
    # Enter = "MotionPressed ButtonPress"
    Enter = "Motion"
    Exec = "ButtonRelease"
}

CmdDialog {
    HistoryUnique = "True"
    HistorySize = "1024"
    HistoryFile = "~/.pekwm/history"
    HistorySaveInterval = "16" 
}

Harbour {
    OnTop = "False"
    MaximizeOver = "True"
    Placement = "Right"
    Orientation = "BottomToTop"
    Head = "1"

    DockApp {
        SideMin = "64"
        SideMax = "0"
    }
}
