f4d1eb3fa3
* add my tweaked theme * fix(screen): focus pane on screen edge when moving pane focus offtab * Correct summary * Updated layout examples to .kdl from .yaml * fix(panes): adding panes to lone stack * fix(panes): closing a stacked pane should relayout * Fixed issue #1948 * feat(plugins): async plugin loading * docs(readme): update roadmap image * Add action to clear all buffers for a specific pane * Added launch in xonsh * Add option to hide session name in tab-bar (deriving from #2172) * fix(layouts): don't default to default swap layouts on new-tab action * fix(layouts): nested attribute truncating * fix(scrollback-editor): properly invoke editor when command includes spaces * fix(layouts): focus tab race * feat(panes): allow defining an expanded stacked pane * fix(layout): pane focus in stack * fix(plugins): prevent Strider from opening double-panes when editing files * fix: set sticky bit on socket * chore(assets): adjust logo * fix: do not hold on to router thread handle until server exit OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=60
11 lines
323 B
Plaintext
11 lines
323 B
Plaintext
<services>
|
|
<service name="download_files" mode="disabled" />
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srctar">zellij-0.36.0.tar.gz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled" />
|
|
</services>
|
|
|