diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-04-01 09:50:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-04-01 09:50:56 -0300 |
commit | 82373cd0c432ff6043fa45120d0de846a2e306c1 (patch) | |
tree | 3c1755e8be83e82082b6a04d4c9585ae3a25c1fe /share/patches/README.txt | |
parent | 3887fc2ade8dc0d829929439682918c3fbbbba63 (diff) | |
download | kvmx-82373cd0c432ff6043fa45120d0de846a2e306c1.tar.gz kvmx-82373cd0c432ff6043fa45120d0de846a2e306c1.tar.bz2 |
Adds share/patches with spice-gtk toggle-menubar patch
Diffstat (limited to 'share/patches/README.txt')
-rw-r--r-- | share/patches/README.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/share/patches/README.txt b/share/patches/README.txt new file mode 100644 index 0000000..08fbab0 --- /dev/null +++ b/share/patches/README.txt @@ -0,0 +1,13 @@ +# Support for toggling Menubar visibility on spicy + +This patch adds a submenu item at the Views menu item which allows to hide and +show the Menubar. + +The functionality is also available using Shift+F6 keyboard combination. + +This feature makes possible a more seamless integration between spice guests +and the host's window manager. + +The patch was rejected by upstream, so it now lives at KVMX tree. + +See https://lists.freedesktop.org/archives/spice-devel/2018-November/046208.html |