Skip to content

Commit

Permalink
README: Add primary selection patch to "Fixes"
Browse files Browse the repository at this point in the history
Relates to #103.
  • Loading branch information
lah7 committed Aug 16, 2023
1 parent 4b9c95e commit 76fde71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ To revert to standard GTK3, remove the patches and rebuild GTK3:
* To enable, set the `GTK_RELAX_RGBA` environment variable.
* See https://gitlab.gnome.org/GNOME/gtk/-/issues/3105
* Remove hardcoded "gtk-dialogs-use-header" setting under Wayland [(#93)](https://github.com/lah7/gtk3-classic/pull/93)
* The _primary selection_ is no longer cleared when deselecting text.
* This refers to an X.org feature that lets you middle click to paste the last highlighted text at the mouse pointer's position. This is separate from your main clipboard (CTRL+C, CTRL+V).
* This makes GTK consistent with other toolkits.
* See https://gitlab.gnome.org/GNOME/gtk/-/issues/317

#### Build time

Expand Down

0 comments on commit 76fde71

Please sign in to comment.