wok diff pekwm/stuff/etc/pekwm/config @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pekwm/stuff/etc/pekwm/config	Tue Mar 13 21:40:37 2018 +0100
     1.3 @@ -0,0 +1,105 @@
     1.4 +Files {
     1.5 +    Keys = "~/.pekwm/keys"
     1.6 +    Mouse = "~/.pekwm/mouse"
     1.7 +    Menu = "~/.pekwm/menu"
     1.8 +    Start = "~/.pekwm/start"
     1.9 +    AutoProps = "~/.pekwm/autoproperties"
    1.10 +    Theme = "/usr/share/pekwm/themes/default"
    1.11 +    Icons = "~/.pekwm/icons/"
    1.12 +}
    1.13 +
    1.14 +MoveResize {
    1.15 +    EdgeAttract = "10"
    1.16 +    EdgeResist = "10"
    1.17 +    WindowAttract = "5"
    1.18 +    WindowResist = "5"
    1.19 +    OpaqueMove = "True"
    1.20 +    OpaqueResize = "False"
    1.21 +}
    1.22 +
    1.23 +Screen {
    1.24 +    Workspaces = "4"
    1.25 +    WorkspacesPerRow = "2"
    1.26 +    WorkspaceNames = "Main;Web;Work;Music"
    1.27 +    ShowFrameList = "True"
    1.28 +    ShowStatusWindow = "True"
    1.29 +    ShowStatusWindowCenteredOnRoot = "False"
    1.30 +    ShowClientID = "False"
    1.31 +    ShowWorkspaceIndicator = "500"
    1.32 +    PlaceNew = "True"
    1.33 +    FocusNew = "True"
    1.34 +
    1.35 +    TrimTitle = "..."
    1.36 +    FullscreenAbove = "True"
    1.37 +    FullscreenDetect = "True"
    1.38 +    HonourRandr = "True"
    1.39 +    EdgeSize = "1 1 1 1"
    1.40 +    EdgeIndent = "False"
    1.41 +    PixmapCacheSize = "20"
    1.42 +    DoubleClickTime = "250"
    1.43 +
    1.44 +    Placement {
    1.45 +        Model = "CenteredOnParent Smart MouseNotUnder"
    1.46 +        Smart {
    1.47 +            Row = "True"
    1.48 +            TopToBottom = "True"
    1.49 +            LeftToRight = "True"
    1.50 +            OffsetX = "0"
    1.51 +            OffsetY = "0"
    1.52 +        }
    1.53 +    }
    1.54 +
    1.55 +    UniqueNames  {
    1.56 +        SetUnique = "False"
    1.57 +        Pre = " #"
    1.58 +        Post = ""
    1.59 +    }
    1.60 +}
    1.61 +
    1.62 +Menu {
    1.63 +    DisplayIcons = "True"
    1.64 +
    1.65 +    Icons = "DEFAULT" {
    1.66 +        Minimum = "16x16"
    1.67 +        Maximum = "16x16"
    1.68 +    }
    1.69 +
    1.70 +    # To enable make separate window have other icon size restrictions,
    1.71 +    # for example wallpaper menu found in pekwm_menu_tools, set the following
    1.72 +    # for each menu you want to "free".
    1.73 +
    1.74 +    # Icons = "Wallpaper" {
    1.75 +    #     Minimum = "64x64"
    1.76 +    #     Maximum = "64x64"
    1.77 +    # }
    1.78 +
    1.79 +    # Defines how menus act on mouse input.
    1.80 +    # Possible values are: "ButtonPress ButtonRelease DoubleClick Motion"
    1.81 +    # To make submenus open on mouse over, comment the default Enter,
    1.82 +    # uncomment the alternative, and reload pekwm.
    1.83 +    
    1.84 +    Select = "Motion MotionPressed"
    1.85 +    # Enter = "MotionPressed ButtonPress"
    1.86 +    Enter = "Motion"
    1.87 +    Exec = "ButtonRelease"
    1.88 +}
    1.89 +
    1.90 +CmdDialog {
    1.91 +    HistoryUnique = "True"
    1.92 +    HistorySize = "1024"
    1.93 +    HistoryFile = "~/.pekwm/history"
    1.94 +    HistorySaveInterval = "16"
    1.95 +}
    1.96 +
    1.97 +Harbour {
    1.98 +    OnTop = "True"
    1.99 +    MaximizeOver = "False"
   1.100 +    Placement = "Right"
   1.101 +    Orientation = "TopToBottom"
   1.102 +    Head = "0"
   1.103 +
   1.104 +    DockApp {
   1.105 +        SideMin = "64"
   1.106 +        SideMax = "0"
   1.107 +    }
   1.108 +}