This repository has been archived on 2024-03-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
gtkslash/gtkslashrc
2024-03-20 09:24:54 -05:00

45 lines
1.4 KiB
Text

# Configuration file for gtkSlash
#
# System Wide:
# /etc/gtkslashrc
# <windowsdir>\gtkslashrc
#
# Per user:
# <HOME>/.gtkslashrc
# <HOME>\_gtkslashrc
# Number of seconds before a refresh is performed...
# Since ultramode.txt only updates once in 30 minutes,
# the timeout is set to that value.
# Default: 1800
refresh-timeout 1800
# Netscape command, %s is replaced by the URL
# Default: none
#browser-cmd "D:\Netscape\Program\netscape.exe %s"
# Under *nix, we need two commands for netscape - one if the browser
# isn't running already, and one if it is
new-browser-cmd "/usr/bin/netscape %s"
browser-cmd "/usr/bin/netscape -remote openURL(%s, new_window)"
# Curl command, %s is replaced by ~/ultramode.tmp
# Default: none
#curl-cmd "C:\Util\curl.exe -s -o %s http://slashdot.org/ultramode.txt"
curl-cmd "/usr/local/bin/curl -s -o %s http://slashdot.org/ultramode.txt"
# If you'd like to run gtkslash in "compact" mode (without
# the buttons on the bottom & the column titles, and
# launching an article upon a click on its row) set this
# variable to ON. Default: OFF
compact-mode OFF
# Number of fields in ultramode.txt, delimited by the %%
# identifier. There are 9 fields per record as of 12/9/98.
# Default: 9
num-fields 9
# If you want the comments displayed 'flat' (ie, not in
# a threaded treeview mode) when going to /., set this to ON.
# Default: OFF
comments-flat OFF