diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lynx.html | 14 | ||||
-rw-r--r-- | tools/network.html | 3 | ||||
-rw-r--r-- | tools/x.html | 27 |
3 files changed, 38 insertions, 6 deletions
diff --git a/tools/lynx.html b/tools/lynx.html index 039d2fa..95a2f38 100644 --- a/tools/lynx.html +++ b/tools/lynx.html @@ -5,7 +5,14 @@ <title>Lynx</title> </head> <body> + <a href="index.html">Tools Index</a> <h1>Lynx</h1> + + <h2>Configuration</h2> + + Default configuration is at /usr/etc/lynx.cfg + + <h2>Port</h2> <pre> # Description: Text-based web browser. # URL: http://lynx.isc.org/ @@ -42,5 +49,12 @@ PERSISTENT_COOKIES:FALSE </pre> + <a href="index.html">Tools Index</a> + <p> + This is part of the Hive System Documentation. + Copyright (C) 2019 + Hive Team. + See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> + for copying conditions.</p> </body> </html> diff --git a/tools/network.html b/tools/network.html index 0fad69e..6b08e78 100644 --- a/tools/network.html +++ b/tools/network.html @@ -71,9 +71,6 @@ # bash ipt-bridge.sh </pre> - <p>Copy bridge.v4 to /etc/iptables and restart - iptables.</p> - <a href="index.html">Tools Index</a> <p>This is part of the Hive System Documentation. Copyright (C) 2019 diff --git a/tools/x.html b/tools/x.html index 3efaf7a..45e74c4 100644 --- a/tools/x.html +++ b/tools/x.html @@ -11,7 +11,7 @@ <h1>X</h1> - <h2>Install</h2> + <h2 id="install">Install</h2> <h3>Xorg</h3> @@ -99,7 +99,7 @@ fi </pre> - <h3 id="confkeyboard">Global keyboard config </h3> + <h3 id="confkeyboard">Keyboard config</h3> <p>Xorg global default keyboard configuration; <a href="conf/etc/X11/xorg.conf.d/10-keyboard.conf">/etc/X11/xorg.conf.d/10-keyboard.conf</a></p> @@ -169,7 +169,28 @@ EndSection </pre> - <h2>Window Managers</h2> + <h3>Change tty with ALT+F[N]</h3> + + <p>Default tty change keyboard mappings is defined on + file /usr/share/X11/xkb/symbols/srvr_ctrl;</p> + + <pre> + key <FK01> { + type="CTRL+ALT", + symbols[Group1]= [ F1, F1, F1, F1, XF86_Switch_VT_1 ] + }; + </pre> + + <p>Change to;</p> + + <pre> + key <FK01> { + type="PC_ALT_LEVEL2", + symbols[Group1]= [ F1, XF86_Switch_VT_1 ] + }; + </pre> + + <h2 id="wm">Window Managers</h2> <h3>Spectrwm</h3> |