1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
# This is the kupfer default configuration file
# This file is not intended to be modified;
# users should modify their settings in
# $XDG_CONFIG_HOME/kupfer/kupfer.cfg
# (normally ~/.config/kupfer/kupfer.cfg)
# The separator is semicolon (;). Continued lines
# have to be indented
[Kupfer]
Keybinding = <Ctrl>space
MagicKeybinding =
ShowStatusIcon = True
UseCommandKeys = True
action_accelerator_modifer = ctrl
[Keybindings]
activate = <Alt>a
comma_trick = <Control>comma
compose_action = <Control>Return
erase_affinity_for_first_pane =
mark_as_default =
reset_all = <Control>r
select_quit = <Control>q
select_selected_file =
select_selected_text = <Control>g
show_help = F1
show_preferences = <Control>semicolon
switch_to_source =
toggle_text_mode_quick = <Control>period
[Tools]
terminal = kupfer.plugin.core.gnome-terminal
editor = kupfer.plugin.core.sys-editor
icon_renderer = kupfer.plugin.core.gtk
[Appearance]
icon_large_size = 128
icon_small_size = 24
list_height = 250
ellipsize_mode = 0
# Catalog: The sources of the plugin are included
# as subcatalogs in the main search catalog, and
# its items are not available in the main catalog
# Directories to keep in catalog
[Directories]
Catalog =
Direct = ~/; USER_DIRECTORY_DESKTOP;
# Deep directories are recursive down to @depth
[DeepDirectories]
Depth = 2
Catalog =
Direct =
[plugin_core]
kupfer_enabled = True
kupfer_hidden = True
[plugin_applications]
kupfer_enabled = True
[plugin_archivemanager]
kupfer_enabled = True
[plugin_calculator]
kupfer_enabled = True
[plugin_clipboard]
kupfer_enabled = True
[plugin_commands]
kupfer_enabled = True
[plugin_dictionary]
kupfer_enabled = True
[plugin_documents]
kupfer_enabled = True
[plugin_favorites]
kupfer_enabled = True
[plugin_fileactions]
kupfer_enabled = False
[plugin_qsicons]
kupfer_enabled = True
[plugin_session_gnome]
kupfer_enabled = False
[plugin_session_xfce]
kupfer_enabled = False
[plugin_screen]
kupfer_enabled = False
[plugin_show_text]
kupfer_enabled = True
[plugin_tracker1]
kupfer_enabled = False
[plugin_triggers]
kupfer_enabled = True
[plugin_trash]
kupfer_enabled = True
[plugin_urlactions]
kupfer_enabled = True
[plugin_volumes]
kupfer_enabled = True
[plugin_wikipedia]
kupfer_enabled = True
[plugin_windows]
kupfer_enabled = False
|