* Popups at cursor position
Provided a fix for opening popups(such as Unity color picker/material selector) at cursor position and therefore not disappearing when moving the pointer towards them.
* xwayland only edit
Mentioned that this fix is needed for xwayland apps only.
There are a couple of places in the documentation where `/bin/bash`
are referenced (this doesn't exist on NixOS). For compatibility, change
these to `/usr/bin/env bash`. Leave `/bin/sh` intact as it isn't an
issue.
* faq: warn power consumption for middle-click paste disable using wl-paste
* faq: middle-click paste disabling warning: explanation
* not recursion, but a loop
* Update _index.md
* Perfomance category suggestion
* Perfomance category suggestion
* new file: pages/Configuring/Perfomance.md
* Moving stuff from FAQ to new page
* Add power draw back to FAQ
* More changes
* Revert mistake
I'm using this wl-paste/wl-copy setup to disable middle click, but I've noticed
wl-copy -pc also clears the selected text in GTK UI elements, which prevents
the user from selecting text altogether.
I've found a similar report at https://bugs.kde.org/show_bug.cgi?id=461498.
Not sure where the issue lies exactly, but `wl-copy -p ''` accomplishes the
same (clearing the primary buffer) without also clearing the selected text.
Improve `xdg-desktop-portals` processes termination since
`xdg-desktop-portals` is 19 characters long.
From `killall(1)` man page:
> -e, --exact
>
> Require an exact match for very long names. If a command name is longer
> than 15 characters, the full name may be unavailable (i.e. it is swapped
> out). In this case, `killall` will kill everything that matches within
> the first 15 characters. With -e, such entries are skipped. `killall`
> prints a message for each skipped entry if -v is specified in addition
> to -e.
* Update mouse cursor documentation
I was having trouble with getting the cursor to work on chromium/electron flatpak applications. I updated this section of the documentation with what worked for me.
* Update _index.md
* Move archwiki link to the bottom of cursor no worky
...so that the cursor can worky. ;33 also update flatpak part.