Skip to content

Releases: shadowash8/ashrwm

v0.3.0 - simply lovely

23 May 10:36

Choose a tag to compare

features

  • add window-rules by @shadowash8 in #4
  • add ashrwm-msg script
  • add ashrwm-repl script
  • center float windows and dimensions as 800x600
  • add focus-wrap option for action/target
  • add sticky window border color
  • add float window on top option

fixes

  • make sticky windows focusable and behave correctly by @shadowash8 in #5
  • remove extra config reload in main
  • ignore sticky window in action/target function

docs

  • move readme from md to org-mode and update screenshots
  • fix screenshot image links
  • add window rules in features
  • add get window info from ashrwm-msg

full changelog: 0.2.2...0.3.0

v0.2.2 - improvement

13 May 11:09

Choose a tag to compare

features

  • add monocle layout
  • add scroller layout

build

  • update to zig 0.16
  • update river to 4.5
  • update zig-janet to zig 0.16 (my own fork)
  • move to zig-wayland 1.25 (my own fork)
  • update libxkbcommon to 1.13.1

images

main scroller

Full Changelog: 0.2.0...0.2.2

v0.2.0 - refining

03 May 05:03

Choose a tag to compare

features

  • notify user on config reload and if failed to load with the error

fixes

  • unknown symbol action/reload in default config

updates

  • add aur install section
  • update screenshots and aur packages
  • update river, janet_wayland and wayland_protocols build deps

full changelog: 0.1.0...0.2.0

v0.1.0 - the start

09 Apr 09:47

Choose a tag to compare

ashrwm is a minimal yet functional river window manager written in janet. this is a fork of rijan hence the notes continue form then.

image image

Features

  • add stick windows
  • add grid layout
  • add libinput support
  • add focus follows mouse
  • add main-ratio function
  • implement hot reload for config
  • background image support

Fixes

  • pointer move checks to allow focus on next window
  • outer and inner padding functions
  • remove unused bg color code from rijan

Refactors

  • redefine the keybinds array instead of pushing to the same one in config
  • add examples
  • rename init.janet to config.janet

Full Changelog: https://github.com/shadowash8/ashrwm/commits/0.1.0