File tree Expand file tree Collapse file tree
bluebuild/recipes/spectrum/modules Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22desktop_vicinae_binding_path : >-
33 /org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/vicinae/
44desktop_vicinae_command : /usr/bin/vicinae
5+ desktop_vicinae_blocked_applications :
6+ - 1Password
57desktop_gnome_workspace_numbers :
68 - 1
79 - 2
Original file line number Diff line number Diff line change 116116 loop_control :
117117 label : " {{ item.key }}"
118118 when : desktop_custom_keybindings is not skipped
119+
120+ - name : Configure Vicinae clipboard monitoring
121+ community.general.dconf :
122+ key : " /org/gnome/shell/extensions/vicinae/{{ item.key }}"
123+ value : " {{ item.value }}"
124+ state : present
125+ loop :
126+ - key : enable-clipboard-monitoring
127+ value : " true"
128+ - key : blocked-applications
129+ value : " {{ desktop_vicinae_blocked_applications | ansible.builtin.to_json }}"
130+ loop_control :
131+ label : " {{ item.key }}"
132+ when : desktop_vicinae_command_file.stat.executable | default(false)
Original file line number Diff line number Diff line change @@ -135,4 +135,5 @@ modules:
135135 - 4974 # Window Calls Extended
136136 - 5060 # Xremap
137137 - 5592 # Focused Window D-Bus
138+ - 8594 # Vicinae
138139 - 8834 # Copyous
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ modules:
2929 grep -Fq 'Noto Sans Egyptian Hieroglyphs'
3030 - test -f /usr/share/gnome-shell/extensions/hyper-window-tiling@4evy.local/extension.js
3131 - test -f /usr/share/gnome-shell/extensions/hyper-window-tiling@4evy.local/schemas/gschemas.compiled
32+ - test -f /usr/share/gnome-shell/extensions/vicinae@dagimg-dot/extension.js
3233 - test -f /usr/share/kwin/scripts/hyper-window-tiling/contents/code/main.js
3334 - test -f /usr/libexec/dotfiles/kanata/kanata.kbd
3435 - test -x /usr/bin/kanata
You can’t perform that action at this time.
0 commit comments