wok view 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 source
1 Files {
2 Keys = "~/.pekwm/keys"
3 Mouse = "~/.pekwm/mouse"
4 Menu = "~/.pekwm/menu"
5 Start = "~/.pekwm/start"
6 AutoProps = "~/.pekwm/autoproperties"
7 Theme = "/usr/share/pekwm/themes/default"
8 Icons = "~/.pekwm/icons/"
9 }
11 MoveResize {
12 EdgeAttract = "10"
13 EdgeResist = "10"
14 WindowAttract = "5"
15 WindowResist = "5"
16 OpaqueMove = "True"
17 OpaqueResize = "False"
18 }
20 Screen {
21 Workspaces = "4"
22 WorkspacesPerRow = "2"
23 WorkspaceNames = "Main;Web;Work;Music"
24 ShowFrameList = "True"
25 ShowStatusWindow = "True"
26 ShowStatusWindowCenteredOnRoot = "False"
27 ShowClientID = "False"
28 ShowWorkspaceIndicator = "500"
29 PlaceNew = "True"
30 FocusNew = "True"
32 TrimTitle = "..."
33 FullscreenAbove = "True"
34 FullscreenDetect = "True"
35 HonourRandr = "True"
36 EdgeSize = "1 1 1 1"
37 EdgeIndent = "False"
38 PixmapCacheSize = "20"
39 DoubleClickTime = "250"
41 Placement {
42 Model = "CenteredOnParent Smart MouseNotUnder"
43 Smart {
44 Row = "True"
45 TopToBottom = "True"
46 LeftToRight = "True"
47 OffsetX = "0"
48 OffsetY = "0"
49 }
50 }
52 UniqueNames {
53 SetUnique = "False"
54 Pre = " #"
55 Post = ""
56 }
57 }
59 Menu {
60 DisplayIcons = "True"
62 Icons = "DEFAULT" {
63 Minimum = "16x16"
64 Maximum = "16x16"
65 }
67 # To enable make separate window have other icon size restrictions,
68 # for example wallpaper menu found in pekwm_menu_tools, set the following
69 # for each menu you want to "free".
71 # Icons = "Wallpaper" {
72 # Minimum = "64x64"
73 # Maximum = "64x64"
74 # }
76 # Defines how menus act on mouse input.
77 # Possible values are: "ButtonPress ButtonRelease DoubleClick Motion"
78 # To make submenus open on mouse over, comment the default Enter,
79 # uncomment the alternative, and reload pekwm.
81 Select = "Motion MotionPressed"
82 # Enter = "MotionPressed ButtonPress"
83 Enter = "Motion"
84 Exec = "ButtonRelease"
85 }
87 CmdDialog {
88 HistoryUnique = "True"
89 HistorySize = "1024"
90 HistoryFile = "~/.pekwm/history"
91 HistorySaveInterval = "16"
92 }
94 Harbour {
95 OnTop = "True"
96 MaximizeOver = "False"
97 Placement = "Right"
98 Orientation = "TopToBottom"
99 Head = "0"
101 DockApp {
102 SideMin = "64"
103 SideMax = "0"
104 }
105 }