William McKinnon
e9f345b012
Update flake.nix
2025-06-29 22:42:23 -04:00
William McKinnon
660c1197b6
ver: update to 0.5.3
2025-06-27 20:26:51 -04:00
William McKinnon
d2f232cf71
update original_version
2025-06-27 20:21:27 -04:00
William McKinnon
1bc7577d88
fix: wlr_box negative size
2025-06-27 20:14:33 -04:00
William McKinnon
2590f17d8d
add result to gitignore
2025-06-26 23:49:08 -04:00
William McKinnon
04da086f5f
fixed + simplified flake
2025-06-26 23:39:22 -04:00
William McKinnon
8125e08b12
ver: update to 0.5.2
2025-06-24 01:33:30 -04:00
William McKinnon
f47f35c52c
rebase: Sway 1.11 ( #431 )
...
Co-authored-by: Erik Reider <35975961+ErikReider@users.noreply.github.com>
2025-06-24 00:00:27 -04:00
William McKinnon
1710f7ddff
feat: update to version 0.3 of scenefx
2025-06-09 02:08:01 -04:00
CY83R-3X71NC710N
9fee0ce05a
Update flake.nix ( #406 )
2025-05-15 23:50:24 -04:00
Evan Bonner
8104856fb7
Fix: corners in tabbed/stacked root containers ( #413 )
2025-04-30 17:48:18 -04:00
ProbablyRohan
0a73788988
Remove wlroot version override in nix flake ( #395 )
2025-03-07 10:13:07 +09:00
William McKinnon
c17a9ca357
ver: increment to 0.5
2025-02-25 13:29:40 -05:00
William McKinnon
f29300f757
fix: smart borders
2025-02-25 13:22:15 -05:00
William McKinnon
b05c76dd0a
temp fix: 1px line at top of bottom border
2025-02-24 23:01:16 -05:00
William McKinnon
95e722431c
fix: border corners appearing when border set to 0
2025-02-23 15:39:56 -05:00
William McKinnon
835f796b9a
update flake.lock
2025-02-23 02:07:36 -05:00
John Axel Eriksson
ba743d298d
fix: flake building ( #383 )
2025-02-23 02:05:22 -05:00
Erik Reider
50d4cf45ab
Sway 1.10.1 Rebase ( #382 )
2025-02-17 16:45:01 +01:00
William McKinnon
03a0796973
update: meson.build
2025-02-16 15:53:38 -05:00
William McKinnon
82fe097b31
feat: sway 1.10 rebase ( #367 )
...
Co-authored-by: Erik Reider <35975961+ErikReider@users.noreply.github.com>
2025-02-16 15:33:52 -05:00
askiiart
3e4b6b75f4
Fix incorrect shadow_blur_radius max in README ( #365 )
2024-11-15 15:48:25 -05:00
William McKinnon
d131b4dfbf
Revert "fix: compilation error"
...
This reverts commit 7a235d282b
.
2024-10-31 03:16:41 -04:00
William McKinnon
7a235d282b
fix: compilation error
2024-10-30 17:48:15 -04:00
amy
5ee4d73771
fix top border size and placement ( #356 )
2024-10-09 11:25:07 -04:00
Halano
91e6591fd6
Add scenefx to README.md as dependence for swayfx ( #355 )
2024-10-09 11:23:59 -04:00
William McKinnon
ef08085153
updated lock
2024-09-25 00:29:14 -04:00
eri
aa65c3a9e3
feat: add provided sessions ( #349 )
2024-09-05 20:06:38 -04:00
Zephyr Lykos
19f76f3dcd
text_input: Implement input-method popups ( #315 )
2024-08-14 00:39:55 -04:00
eri
c861623887
fix: wlroots version ( #341 )
2024-08-14 00:39:06 -04:00
Erik Reider
4d7ca7d975
Fixed blur opacity. Fixes #338 ( #339 )
2024-07-29 12:13:11 -04:00
Erik Reider
da559b3ea1
Fixed blurred tiling indicator not drawing on the right coordinates ( #319 )
2024-06-01 00:24:08 -04:00
famfo
3c621dec7d
Update flake.lock ( #316 )
2024-05-09 12:45:44 -04:00
William McKinnon
aaa3c7536e
removed unneeded build scripts and workflows
2024-05-08 00:34:46 -04:00
Åsmund Balke
d4f8c9d0b8
update wlroots ( #312 )
2024-05-07 23:50:33 -04:00
Eric Chastain
e45b420ccc
Update server.c removing duplicated code block ( #306 )
2024-04-30 23:38:49 -04:00
William McKinnon
c6b4411b86
Removed git only messages
2024-04-29 02:09:52 -04:00
William McKinnon
80c0c50673
removed old publish script, updated to 0.4
2024-04-29 01:33:43 -04:00
Erik Reider
a5a69d4d4e
fix: gray background rect not being expanded by blur size ( #295 )
2024-04-22 17:41:51 -04:00
ozwaldorf
4b954d5a05
flake: update for swayfx 0.4 ( #284 )
2024-04-18 23:51:51 -04:00
Erik Reider
40a5ebf109
Fix segfaults ( #291 )
...
* Add NULL checks for effect_fbos
* Fix freeing undefined pixman region
2024-04-18 01:03:25 +02:00
Erik Reider
8ad2605c65
Fixed compilation errors ( #290 )
2024-04-17 19:29:15 +02:00
ozwaldorf
a4d51d55e5
fix: update sway original version ( #289 )
2024-04-16 11:10:19 +02:00
William McKinnon
62472238ca
added git only message for shadow offset
2024-04-15 01:43:19 -04:00
Reza Jelveh
fb86ed6b05
feat: 1.9 merge ( #277 )
...
Co-authored-by: William McKinnon <contact@willmckinnon.com>
Co-authored-by: Erik Reider <35975961+ErikReider@users.noreply.github.com>
2024-04-15 01:39:41 -04:00
ozwaldorf
a5e79676c4
flake: switch default overlay to insert for wider compatibility ( #282 )
...
Advanced users can opt into using the override flake for layering on top of the flake, given they are on a compatible nixpkgs version and know what they are doing
2024-04-15 01:32:43 -04:00
William McKinnon
477686adb0
added hwdata wlroots dependency
2024-04-14 18:52:22 -04:00
sntx
167a4ea0ae
fix: Changes outputs, nix flake show
now completes ( #280 )
...
Removed the `default` attribute from `outputs.formatter.<system>`,
instead parse the formatter derivation directly.
This fixes the issue that `nix flake show` doesn't complete.
Co-authored-by: sntx <sntx.htqjd@simplelogin.com>
2024-04-10 11:55:22 -04:00
ozwaldorf
8afe66ab31
Overhaul nix flake ( #279 )
2024-04-10 00:58:34 -04:00
Erik Reider
2bd366f337
Add blur to tiling indicator ( #252 )
2024-02-15 09:48:31 +01:00