diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-01-07 16:26:26 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-01-07 16:26:26 +0100 |
commit | 37f1ac3f456b6677d9ce14274f3987ccda752f03 (patch) | |
tree | 23b93bcb1eb04300ffce2e73d8017937d95ffdca /tagit/config | |
parent | 3aebfcba6afd5a882f02e55e442580fe0290c776 (diff) | |
download | tagit-37f1ac3f456b6677d9ce14274f3987ccda752f03.tar.gz tagit-37f1ac3f456b6677d9ce14274f3987ccda752f03.tar.bz2 tagit-37f1ac3f456b6677d9ce14274f3987ccda752f03.zip |
browser and misc actions
Diffstat (limited to 'tagit/config')
-rw-r--r-- | tagit/config/port-config.yaml | 115 |
1 files changed, 0 insertions, 115 deletions
diff --git a/tagit/config/port-config.yaml b/tagit/config/port-config.yaml deleted file mode 100644 index d05a498..0000000 --- a/tagit/config/port-config.yaml +++ /dev/null @@ -1,115 +0,0 @@ -session: - first_start: false - paths: - searchlog: ~/.tagit.log -storage: - index: - preview_size: - - 50 - - 200 - - 400 -ui: - standalone: - plane: browsing - browser: - maxcols: 8 - maxrows: 8 - buttondocks: - sidebar_left: [] - #- Menu - #- ShowDashboard - #- AddTag - #- EditTag - #- CreateGroup - #- DissolveGroup - #- SelectAll - #- SelectNone - #- SelectInvert - #- SelectAdditive - #- SelectSubtractive - #- SelectSingle - #- SelectMulti - #- SelectRange - context: - app: - - ShowSettings - - ShowHelp - - ShowConsole - - ShowBrowsing - # browser: - # - ZoomIn - # - ZoomOut - # clipboard: - # - ClipboardCopy - # - ClipboardPaste - # grouping: - # - CreateGroup - # - DissolveGroup - # - AddToGroup - # - RepresentGroup - # - RemoveFromGroup - # root: - # - CloseSessionAndExit - # search: - # - ShowSelected - # - RemoveSelected - # select: - # - SelectAll - # - SelectNone - # - SelectInvert - # - SelectSingle - # - SelectMulti - # - SelectRange - # - SelectAdditive - # - SelectSubtractive - # session: - # - SaveSession - # - SaveSessionAs - # - ItemExport - # - ImportObjects - # tagging: - # - AddTag - # - EditTag - # - SetRank1 - # - SetRank3 - # - SetRank5 - search: - sort_blacklist: - - entity - - flash - - latitude - - longitude - - mime - - author - - camera - - attributes - # FIXME: mb/port/tabs - #tabs: - # max: 2 - tiledocks: - dashboard: {} - #Buttons: - # buttons: - # - ShowBrowsing - # - CreateSession - # - CreateTempSession - # - LoadSession - # - ReloadSession - # - ImportObjects - # - SaveSession - # - SaveSessionAs - # - ItemExport - # - UpdateSelectedObjects - # - SyncSelectedObjects - # - ShowHelp - # - ShowSettings - #Hints: {} - #LibSummary: {} - #Searchtree: {} - #TagHistogram: {} - #Tagcloud: {} - sidebar_right: {} - #CursorTags: {} - #Info: {} - #Venn: {} - window_size: 1024x768 |