From b9ae89f5ebcb5e4b9f73cff2e0ef4ffab1fd8fe7 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Sat, 30 Dec 2023 00:01:05 +0100 Subject: [PATCH] [new release] spatial-shell (6) CHANGES: ## `spatial` - Fix workspaces not being correctly re-arranged on some occasions: when it had lost focus due to a window being moved to another workspace, or when one of its window had been closed while it was not focused. - Introduce `status_bar_name ` command to specify which status bar to signal when the windows arrangement is updated (was previously hard-coded to waybar). - Support i3. ## `spatialblock` - Rewrite the helper in OCaml, to enjoy (way) better performances leading to a smoother UX. - Allow to dynamically associate applications ids with icons using a dedicated configuration file (either `$XDG_CONFIG_HOME/spatial/spatialblock.json` or `$HOME/.config/spatial/spatialblock.json`). --- packages/spatial-shell/spatial-shell.6/opam | 41 +++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 packages/spatial-shell/spatial-shell.6/opam diff --git a/packages/spatial-shell/spatial-shell.6/opam b/packages/spatial-shell/spatial-shell.6/opam new file mode 100644 index 000000000000..9d0f0c3e51e6 --- /dev/null +++ b/packages/spatial-shell/spatial-shell.6/opam @@ -0,0 +1,41 @@ +opam-version: "2.0" +synopsis: + "Implementing a spatial model inspired by Material Shell, for i3 and Sway" +maintainer: ["Thomas Letan "] +authors: ["Thomas Letan "] +license: "mpl-2.0" +homepage: "https://github.com/lthms/spatial-shell" +bug-reports: "https://github.com/lthms/spatial-shell/issues" +depends: [ + "ocaml" {>= "5.0.0"} + "dune" {>= "3.0"} + "poll" + "clap" {>= "0.3.0"} + "ezjsonm" {>= "1.2.0"} + "conf-scdoc" + "odoc" {with-doc} +] +build: [ + ["dune" "subst"] {dev} + [ + "dune" + "build" + "-p" + name + "-j" + jobs + "@install" + "@runtest" {with-test} + "@doc" {with-doc} + ] +] +dev-repo: "git+https://github.com/lthms/spatial-shell.git" +url { + src: + "https://github.com/lthms/spatial-shell/releases/download/6/spatial-shell-6.tbz" + checksum: [ + "sha256=3e4bea81e2dd5543b7c98fc0610d8d129b44f85412abf2b3ac776efa00d5b988" + "sha512=113bd94b25e1d19ae6b727c9f846fda11d28a50380801a590de77290741e3e0d465ed8211b5e0aebb4c3a5fa4676e99d8f47abbfee0d96be5a91ed3449e34abf" + ] +} +x-commit-hash: "37490876fa878879508c0ba84d74a2297382b424"