1
0
mirror of https://github.com/nbeaver/why-linux-is-better.git synced 2025-08-20 20:51:23 +02:00

Fixes and planning new sections.

This commit is contained in:
Nathaniel Beaver
2015-09-12 16:15:00 -05:00
parent a3ef35f50c
commit 4c7eb5db25

View File

@@ -1032,6 +1032,8 @@ or for one process to read a file
while another process is writing to it, while another process is writing to it,
since applications do not lock files by default. since applications do not lock files by default.
.. TODO: CR LF \r\n newlines?
----------------------------------------- -----------------------------------------
Lack of control over desktop environment. Lack of control over desktop environment.
----------------------------------------- -----------------------------------------
@@ -1079,10 +1081,14 @@ http://lxer.com/module/newswire/view/79007/
There is Windows software for There is Windows software for
tiling window managers, [#tiling_window_managers]_ tiling window managers, [#tiling_window_managers]_
virtual desktops, [#virtual_desktops]_ virtual desktops, [#virtual_desktops]_
focus follows mouse, [#focus_follows_mouse]_
and special effects to rival Compiz. [#cube_desktop]_ and special effects to rival Compiz. [#cube_desktop]_
.. [#tiling_window_managers] https://github.com/fuhsjr00/bug.n .. [#tiling_window_managers] https://github.com/fuhsjr00/bug.n
.. [#virtual_desktops] http://virtuawin.sourceforge.net/ .. [#virtual_desktops] http://virtuawin.sourceforge.net/
.. [#focus_follows_mouse]
http://milosophical.me/blog/2010/03/10/ms-windows-focus-follows-mouse-registry-hacks.html
https://superuser.com/questions/368688/on-windows-7-is-there-any-way-to-make-the-scrollwheels-focus-follow-the-mouse
.. [#cube_desktop] http://www.thinkinbytes.com/en/products/cubedesktop .. [#cube_desktop] http://www.thinkinbytes.com/en/products/cubedesktop
Given all these choices and customization options, Given all these choices and customization options,
@@ -1979,3 +1985,5 @@ seen in more recent versions of Windows.
Finally, because Linux is a ubiquitous server operating system, Finally, because Linux is a ubiquitous server operating system,
its security is under constant attack, its security is under constant attack,
and Linux desktop users benefit from fixes to the vulnerabilities. and Linux desktop users benefit from fixes to the vulnerabilities.
.. TODO: addendum of commonly cited, but incorrect, advantages?