Skip to content

Commit

Permalink
[new release] spatial-shell (6)
Browse files Browse the repository at this point in the history
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 <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`).
  • Loading branch information
lthms authored and nberth committed May 16, 2024
1 parent 4bf3a63 commit b9ae89f
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/spatial-shell/spatial-shell.6/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
opam-version: "2.0"
synopsis:
"Implementing a spatial model inspired by Material Shell, for i3 and Sway"
maintainer: ["Thomas Letan <lthms@soap.coffee>"]
authors: ["Thomas Letan <lthms@soap.coffee>"]
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"

0 comments on commit b9ae89f

Please sign in to comment.