!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This is XFiles main config file for v2.00b1
!! Set the startup options to suit your taste. 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


!! DIRECTORIES AND FILES !!


!! Directories to be listed at startup. 
!! Values: any valid pathname including dot "."
!! and ~ and ~USER
!! -----------------------------------------
*xfiles.startup_dir_left: ~/

*xfiles.startup_dir_right: .

!! The directory where the temporary trashdirectory 
!! for Safedelete will be created.
!! Value: any valid pathname
!! -----------------------------------------
*xfiles.trash_dir: ~/.x-files/xfiles_dumpster

!! The name for the log-file in ~/.x-files
!! Leave empty for no log-file.
!! -----------------------------------------
*xfiles.messagelog_file: ~/.x-files/xfLog.1



!! STARTUP OPTIONS !!


!! This sets the initial geometry of the X-Files -window.
!! WIDTHxHEIGHT+X+Y
!!-----------------------------------------
*xfiles.geometry: 50x20+100+50

!! Item order (from top to bottom):
!! Values: 	1 = menubar, infos, listboxes, entries, buttons
!!		0 = menubar, buttons, entries, listboxes, infos
*xfiles.pack_order_reverse: 0

!! If you wish to make hidden files visible already at startup, set
!! these to one. Use the "Hidden" (H) -buttons to toggle the state.
!! Values: 0 = off, 1 = on
!! -----------------------------------------
*xfiles.hidden_files_left: 0

*xfiles.hidden_files_right: 0

!! Focus follows mouse.
!! Value: 0 = off, 1 = on
!! -----------------------------------------
*xfiles.focus_follows_mouse: 1

!! User's E-Mail -address.
!! -----------------------------------------
*xfiles.user_email: Please@Configure.me

!! Your favourite mail-reader to be launched on
!! mail acknowledgement. Always when clicking OK with
!! mail-message, and with mail-flash IF the option 
!! read_on_ack is set.
!! -----------------------------------------
*xfiles.mail_reader: pine

!! If enabled and no extension match were found,
!! X-Files peeks the file header for 
!! header match.
!! Value: 0 = off, 1 = on
!!-----------------------------------------
*xfiles.peek_file_header: 0

!! Keep (message)dialogs always on top.
!! Value: 0 = off, 1 = on
!! -----------------------------------------
*xfiles.messages_always_on_top: 1

!! When saving files with FileSelector, create
!! backup files (Emacs-style)
!! Value: 0 = off, 1 = on
!! -----------------------------------------
*xfiles.fileselector_make_backup: 1

!! The length of the directory history menu.
!! Value: 0 - n
!! -----------------------------------------
*xfiles.history_menu_length: 30



!! VFS & FTP !!


!! Ask a confirmation before exiting virtual mode
!! Value: 0 = off, 1 = on
!! -----------------------------------------
*xfiles.confirm_vfs_exit: 1

!! Define the chunk size for FTP transfers.
!! Value: 0 - n
!! -----------------------------------------
*xfiles.ftp_chunk: 2048

!! This command is executed in the background
!! after a file transfer if ftp_do_endcommand is 1.
!! Value: external command
!! -----------------------------------------
*xfiles.ftp_endcommand: cat ~/sounds/wakeup.au > /dev/audio

!! Execute ftp_endcommand when a file transfer
!! is completed.
!! Value: 0 = off, 1 = on
!! -----------------------------------------
*xfiles.ftp_do_endcommand: 0

!! Show a messagebox after a file transfer
!! is completed and if the FTP session is 
!! switched into the background.
!! Value: 0 = off, 1 = on
!! -----------------------------------------
*xfiles.ftp_show_endmessage: 1



!! ACTIONBUTTONS !!


!! ActionButton-Line Defaults
!! Value: 0 = off, 1 = on
!! Default lines at startup are 1.
!! -----------------------------------------
*xfiles.button_line_1: 1

*xfiles.button_line_2: 1

*xfiles.button_line_3: 1

*xfiles.button_line_4: 1

*xfiles.button_line_5: 1

*xfiles.button_line_6: 0

*xfiles.button_line_7: 0

*xfiles.button_line_8: 0

!! Put here your favourite combinations.
!! Values: numbers of button rows
!! -----------------------------------------
*xfiles.button_set_1: 1 2 3 4 5

*xfiles.button_set_2: 

*xfiles.button_set_3: 1 2

*xfiles.button_set_4: 6 7 8

!! Number of ActionButton-columns.
!! Value: 1-6
!! -----------------------------------------
*xfiles.button_cols: 6

!! ActionButton spacing.
!! Value: 0-
!! -----------------------------------------
*xfiles.button_spacing: 0



!! POPUP MENUS !!


!! User configurable popupmenu items.
!! Remember to add them in order (1,2,3,4,5...)
!! Values: _labeltext_  _commandlist_
!!	where _commandlist_ is 
!!	{_Action-parameters_ exec _command_ _args_}
!! -----------------------------------------
*xfiles.popup_user_item_1: "XV" {N exec xv %f &}

*xfiles.popup_user_item_2: "Emacs" {N exec emacs %f &}

*xfiles.popup_user_item_3: "ProtEdit" {N ProtEditor %s}

*xfiles.popup_user_item_4: "PatternSel" {N PatternSelect %s}



!! COLORS !!


!! Default colorpalette of the X-Files windows. 
!! With colors also hex values like #ff0cdd are OK.
!! Values: - string based color name (grey50)
!!         - hex values (#ff0dca)
!!           Remember the preceeding "#"
!! -----------------------------------------
*background: #d9d9d9

!! Selection highlightcolor of the listboxes.
!! Values: see above
!! -----------------------------------------
*xfiles.selectBg_left: #7ec0ee

*xfiles.selectBg_right: #96cdcd

!! Background color of listboxes in virtual mode 
!! Values: see above
!! -----------------------------------------
*xfiles.vfs_mode_bg: #eeeece

!! Background color of listboxes in undo
!! delete mode 
!! Values: see above
!! -----------------------------------------
*xfiles.undo_mode_bg: palevioletred1

!! Background color of listboxes when
!! typing the path in the entries. 
!! Values: see above
!! -----------------------------------------
*xfiles.writepath_mode_bg: #9696ff

!! Background color of listboxes in HyperList mode 
!! Values: see above
!! -----------------------------------------
*xfiles.hyperlist_mode_bg: #c2cafa



!! FONTS !!


!! Program fonts.
!! Values: Font definition, abbreviations should work.
!! -----------------------------------------
*font: *adobe-helvetica-medium-r*12*iso8859-1

*Listbox.font: *fixed-bold-r*13*iso8859-1

!*Listbox.font: *adobe-courier-bold-r*12*iso8859-1
*Menu.font: *times*medium-r*12*

!*Entry.font: *lucidabright*medium*r*12*
!*MenuButton.font: *courier*
*Text.font: fixed

*xfiles.log_font: fixed

*popup_menu.user.font: fixed




