Releases: shadowash8/ashrwm
Releases · shadowash8/ashrwm
v0.3.0 - simply lovely
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
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
Full Changelog: 0.2.0...0.2.2
v0.2.0 - refining
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
ashrwm is a minimal yet functional river window manager written in janet. this is a fork of rijan hence the notes continue form then.
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.janettoconfig.janet
Full Changelog: https://github.com/shadowash8/ashrwm/commits/0.1.0