804c663db7eb44f6476204187396884add21f970
[grml-desktop.git] / etc / skel / .pekwm / config
1 # Filename:      $HOME/.pekm/config
2 # Purpose:       main configuration file for window manager pekwm
3 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 # Bug-Reports:   see http://grml.org/bugs/
5 # License:       This file is licensed under the GPL v2.
6 # Latest change: Son Mai 08 23:16:00 CEST 2005 [mika]
7 ################################################################################
8
9 Files {
10         Keys = "~/.pekwm/keys"
11         Mouse = "~/.pekwm/mouse"
12         Menu = "~/.pekwm/menu"
13         Start = "~/.pekwm/start"
14         AutoProps = "~/.pekwm/autoproperties"
15         Theme = "~/.pekwm/themes/pwm_beos-pekwm-0.1.4pre1"
16         # Theme = "~/.pekwm/themes/Personal"
17 }
18
19 MoveResize {
20         EdgeAttract = "10"
21         EdgeResist = "10"
22         WindowAttract = "5"
23         WindowResist = "5"
24         OpaqueMove = "True"
25         OpaqueResize = "False"
26 }
27
28 Screen {
29         Workspaces = "4"
30         ShowFrameList = "True"
31         PlaceNew = "True"
32         FocusNew = "True"
33
34         TrimTitle = "..."
35         EdgeSize = "1"
36         PixmapCacheSize = "20"
37         Imlib2AntiAlias = "True"
38         DoubleClickTime = "250"
39
40         Placement {
41                 Model = "CenteredOnParent Smart MouseCentered"
42                 Smart {
43                         Row = "True"
44                         TopToBottom = "True"
45                         LeftToRight = "True"
46                 }
47         }
48
49         ClientUniqueNames = "True" {
50                 Pre = " #";
51                 Post = "";
52         }
53
54         Viewports {
55                 Columns = "1"
56                 Rows = "1"
57                 # Viewports are disabled by default to avoid strange behaviour from buggy pagers
58                 #Columns = "3"
59                 #Rows = "3"
60         }
61 }
62
63 Menu {
64         # ButtonPress ButtonRelease DoubleClick Motion
65         Select = "Motion"
66         Enter = "Motion"
67         Exec = "ButtonRelease"
68 /*
69         Enter could be changed to:
70         Enter = "ButtonPress"
71         once the default theme has submenu indicators.
72 */
73 }
74
75 Harbour {
76         OnTop = "True"
77         MaximizeOver = "False"
78         Placement = "Right"
79         Orientation = "TopToBottom"
80         Head = "0"
81
82         DockApp {
83                 SideMin = "64"
84                 SideMax = "0"
85         }
86 }