diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2009-01-19 14:54:16 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2009-01-19 14:54:16 +0000 |
commit | d58de8f7e773b91b7ddca0f38e69f45b374ee0d3 (patch) | |
tree | 1a990b138ba6797a23b25b6b58300bca94979f30 /common/Thunar/thunarrc | |
parent | 2f1d5a9f1c84f95dba9afbed6aa0a8d69541a310 (diff) | |
download | config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.tar config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.tar.gz config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.tar.bz2 config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.tar.xz config-d58de8f7e773b91b7ddca0f38e69f45b374ee0d3.zip |
- fix xfce4-session.xml file, xfce should start fine
- add config files for xfce4-appfinder.xml
- tune up Thunar windw apperance, use compact view as default
- use evdev as a default driver for keyboard
- add more xfwm4 settings
- tune up keyboard shortcuts, should be working again
Diffstat (limited to 'common/Thunar/thunarrc')
-rw-r--r-- | common/Thunar/thunarrc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/common/Thunar/thunarrc b/common/Thunar/thunarrc index 05b1b69..0852ec3 100644 --- a/common/Thunar/thunarrc +++ b/common/Thunar/thunarrc @@ -1,34 +1,34 @@ [Configuration] -DefaultView=void -LastCompactViewZoomLevel=THUNAR_ZOOM_LEVEL_SMALLEST +DefaultView=ThunarCompactView +LastCompactViewZoomLevel=THUNAR_ZOOM_LEVEL_NORMAL LastDetailsViewColumnOrder=THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE,THUNAR_COLUMN_DATE_MODIFIED -LastDetailsViewColumnWidths= +LastDetailsViewColumnWidths=50,195,50,50,587,50,50,76,172 LastDetailsViewFixedColumns=FALSE LastDetailsViewVisibleColumns=THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE LastDetailsViewZoomLevel=THUNAR_ZOOM_LEVEL_SMALLER LastIconViewZoomLevel=THUNAR_ZOOM_LEVEL_NORMAL LastLocationBar=ThunarLocationButtons -LastSeparatorPosition=170 +LastSeparatorPosition=258 LastShowHidden=FALSE LastSidePane=ThunarShortcutsPane LastSortColumn=THUNAR_COLUMN_NAME LastSortOrder=GTK_SORT_ASCENDING LastStatusbarVisible=TRUE -LastView=ThunarIconView -LastWindowHeight=600 -LastWindowWidth=800 +LastView=ThunarCompactView +LastWindowHeight=480 +LastWindowWidth=640 MiscVolumeManagement=TRUE MiscCaseSensitive=FALSE -MiscDateStyle=THUNAR_DATE_STYLE_SIMPLE +MiscDateStyle=THUNAR_DATE_STYLE_SHORT MiscFoldersFirst=TRUE MiscHorizontalWheelNavigates=FALSE -MiscRecursivePermissions=THUNAR_RECURSIVE_PERMISSIONS_NEVER +MiscRecursivePermissions=THUNAR_RECURSIVE_PERMISSIONS_ASK MiscRememberGeometry=TRUE MiscShowAboutTemplates=TRUE MiscShowThumbnails=TRUE MiscSingleClick=FALSE MiscSingleClickTimeout=500 -MiscTextBesideIcons=FALSE +MiscTextBesideIcons=TRUE ShortcutsIconEmblems=TRUE ShortcutsIconSize=THUNAR_ICON_SIZE_SMALL TreeIconEmblems=TRUE |