~codygarver/elementaryos/fix-1232367

« back to all changes in this revision

Viewing changes to plank/dock1/settings

  • Committer: Sergey "Shnatsel" Davidoff
  • Date: 2013-02-04 12:02:01 UTC
  • Revision ID: sergey@elementaryos.org-20130204120201-pzlvejx4wuwy1j1r
updated defaults to match latest Plank advancements

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
1
2
[PlankDockPreferences]
 
3
#Whether to show only windows of the current workspace.
 
4
CurrentWorkspaceOnly=false
2
5
#The size of dock icons (in pixels).
3
6
IconSize=48
4
7
#If 0, the dock won't hide.  If 1, the dock intelligently hides.  If 2, the dock auto-hides. If 3, the dock elementary-hides.
5
8
HideMode=3
6
9
#Time (in ms) to wait before unhiding the dock.
7
10
UnhideDelay=0
8
 
#The monitor number for the dock. If -1, the dock will follow the primary display.
 
11
#The monitor number for the dock. Use -1 to keep on the primary monitor.
9
12
Monitor=-1
10
13
#List of *.dockitem files on this dock. DO NOT MODIFY
11
14
DockItems=
13
16
Position=3
14
17
#The dock's position offset from center (in percent).
15
18
Offset=0
 
19
#The name of the dock's theme to use.
 
20
Theme=Pantheon
 
21
#The alignment for the dock on the monitor's edge.
 
22
Alignment=3
 
23
#The alignment of the items in this dock.
 
24
ItemsAlignment=3
 
 
b'\\ No newline at end of file'