summaryrefslogtreecommitdiff
path: root/libcaja-private
diff options
context:
space:
mode:
authorGordon N. Squash <[email protected]>2020-07-25 12:09:39 -0400
committerraveit65 <[email protected]>2022-07-21 19:33:49 +0200
commitf8ba5e8d2b3850ea7e21954d1bb8f09eb7af77d6 (patch)
treecfb67807dbe741cd9fefa442aa8d1c8e386df71f /libcaja-private
parent0f5a28c1d4f5da7fe8d30f1c763809342d69fe7b (diff)
downloadcaja-f8ba5e8d2b3850ea7e21954d1bb8f09eb7af77d6.tar.bz2
caja-f8ba5e8d2b3850ea7e21954d1bb8f09eb7af77d6.tar.xz
Add a "Bookmarks" sidebar to Caja
Added a "Bookmarks" sidebar to Caja which displays a list of the user's own bookmarks. Single-clicking any bookmark in the list directs Caja to that bookmark; middle-clicking on the bookmark directs Caja to open the bookmark in a new tab.
Diffstat (limited to 'libcaja-private')
-rw-r--r--libcaja-private/org.mate.caja.gschema.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcaja-private/org.mate.caja.gschema.xml b/libcaja-private/org.mate.caja.gschema.xml
index 9d9a473c..dee7377a 100644
--- a/libcaja-private/org.mate.caja.gschema.xml
+++ b/libcaja-private/org.mate.caja.gschema.xml
@@ -465,6 +465,7 @@
</key>
<key name="side-pane-view" type="s">
<choices>
+ <choice value='bookmarks'/>
<choice value='emblems'/>
<choice value='history'/>
<choice value='information'/>
@@ -473,6 +474,7 @@
<choice value='tree'/>
</choices>
<aliases>
+ <alias value='CajaBookmarksSidebar' target='bookmarks'/>
<alias value='CajaEmblemSidebar' target='emblems'/>
<alias value='CajaHistorySidebar' target='history'/>
<alias value='CajaInformationPanel' target='information'/>