summarylogtreecommitdiffstats
path: root/reflector-simple-tool.conf
diff options
context:
space:
mode:
authorlabaman2022-07-19 09:08:33 +0300
committerlabaman2022-07-19 09:08:33 +0300
commit755cb96eff8f967eae53e33407bdb52ac5622455 (patch)
treef1b1ab9fe2a253ec27b116c981d7adc58dcd920c /reflector-simple-tool.conf
parent8a1e127655a292c0e91703c0259a02c54f508f63 (diff)
downloadaur-755cb96eff8f967eae53e33407bdb52ac5622455.tar.gz
Update to version 3.1 (upstream EOS 2022.07.08 + icon fix + some dist-agnostic rework
Diffstat (limited to 'reflector-simple-tool.conf')
-rw-r--r--reflector-simple-tool.conf42
1 files changed, 42 insertions, 0 deletions
diff --git a/reflector-simple-tool.conf b/reflector-simple-tool.conf
new file mode 100644
index 000000000000..e47d613633ce
--- /dev/null
+++ b/reflector-simple-tool.conf
@@ -0,0 +1,42 @@
+# Settings for the the reflector-simple tool.
+# Note: these settings are not related to reflector.
+
+# Show country names using the number of columns defined below.
+# Increasing this value may be useful when disply resolution
+# is low, e.g. 1366x768,
+# it will automatically change the window size accordingly.
+# Value: an integer in the range of 5 to 8.
+# Default: 5
+#
+REFLECTOR_SIMPLE_COLUMNS=5
+
+# The size of reflector-simple window in pixels.
+# Adjusting the window size may help if changing
+# the number of columns above does not give optimal result.
+# The default values below should be OK for a display with
+# resolution 1366x768 and higher.
+# Defaults: width=1000, height=750
+#
+REFLECTOR_SIMPLE_WIDTH=1000
+REFLECTOR_SIMPLE_HEIGHT=750
+
+# Select the *preferred* method for finding your country code
+# in the reflector-simple app.
+# If the preferred method fails, other methods will be used.
+# For more details about the methods, see
+# - file /usr/bin/reflector-simple
+# - functions Method0 ... Method5
+# Tip: if the reflector-simple app starts very slowly,
+# test different numeric values for this variable.
+# Values: integer from 0 to 5 or "default"
+# ("default" means: try methods from 0 => 5 until success)
+# Default: default
+#
+REFLECTOR_SIMPLE_COUNTRY_METHOD=default
+
+# User *may* configure another location for the configuration file
+# that contains the reflector options.
+# Default: /etc/reflector-simple.conf
+#
+#REFLECTOR_X_CONF=/etc/reflector-simple.conf
+