| 96dd81e |
replace explicit Result types with `WmResult` alias in `window_manager` |
emzywastaken |
2025-10-13 22:11 |
| 0c27cae |
rename `WindowManagerError` -> `WmError` |
emzywastaken |
2025-10-13 21:46 |
| 93868ba |
remove all `anyhow` results in `window_manager` |
emzywastaken |
2025-10-13 21:41 |
| 67e8eb4 |
remove stale comments |
emzywastaken |
2025-10-13 21:32 |
| e97b861 |
update more "leaf" functions to new concrete error type |
emzywastaken |
2025-10-13 21:23 |
| 407417f |
move `window_manager::new` off anyhow result |
emzywastaken |
2025-10-13 20:45 |
| 618817d |
add error handling TODOs |
emzywastaken |
2025-10-13 20:43 |
| 7efd8c0 |
Merge remote-tracking branch 'origin/master' into floating |
xsoder |
2025-10-14 07:59 |
| 5875fad |
feat: Adding floating mode for OXWM |
xsoder |
2025-10-14 07:56 |
| 6c3b329 |
fixed readme |
tonybtw |
2025-10-14 03:22 |
| 4a6745a |
use let-else syntax in divergent match in `scan_existing_windows` |
emzywastaken |
2025-10-13 22:39 |
| ab1e2fc |
refactor window property checks in `scan_existing_windows` |
emzywastaken |
2025-10-13 22:37 |
| 53a4fb6 |
inline `window_manager::handle_restart` |
emzywastaken |
2025-10-13 21:12 |
| 23924cf |
removed unneeded functions, fixed recompile function (again?) |
tonybanters |
2025-10-13 18:26 |
| 40d6e3c |
Removed sus caching logic. |
tonybtw |
2025-10-13 06:04 |
| 18f19a1 |
Fixed main.rs to just launch with sane defaults and accomdate for rare situation where user will not have a Cargo.toml but will have a config.rs... |
tonybtw |
2025-10-13 03:41 |
| 76d5d6e |
Fixed unecessary init requirement if user already has config file. |
tonybtw |
2025-10-13 03:31 |
| 2971baf |
fix: prevent crash when spawning non-existent commands |
emzywastaken |
2025-10-12 20:32 |
| 9b07b6c |
Fixed justfile and added cursor. I was gaslit by cached binaries. |
tonybtw |
2025-10-12 08:35 |
| 820f2c6 |
cursor test |
tonybtw |
2025-10-12 08:10 |
| b407c91 |
Fixed readme |
tonybtw |
2025-10-11 10:32 |
| 9046feb |
updated readme todo |
tonybtw |
2025-10-11 10:27 |
| a9b99bd |
fixed type mismatch |
tonybtw |
2025-10-11 04:49 |
| 4f158be |
Changed defaults |
tonybtw |
2025-10-11 04:39 |
| 15bb7a7 |
updated rebuild function to be smart about existing file. |
tonybtw |
2025-10-11 04:29 |
| 4001329 |
added sane defaults |
tonybtw |
2025-10-11 04:05 |
| ac5ee9e |
Merge remote-tracking branch 'origin/master' |
tonybtw |
2025-10-11 03:43 |
| bddfa10 |
updated flake.lock |
tonybtw |
2025-10-11 03:42 |
| c7cfa1f |
Merge pull request #11 from emzywastaken/cleanup-flake |
Tony, btw. |
2025-10-11 03:37 |
| 3fbd72e |
add desktop entry to package and cleanup nix module |
emzywastaken |
2025-10-11 00:30 |
| 6ed620e |
remove `with lib` and explicitly inherit needed functions |
emzywastaken |
2025-10-10 22:09 |
| dd2201b |
remove darwin systems |
emzywastaken |
2025-10-10 22:01 |
| ad2ebbc |
pass in pkgs in forAllSystems to function |
emzywastaken |
2025-10-10 22:01 |
| 5cb2e29 |
update flake.lock |
emzywastaken |
2025-10-10 21:51 |
| 1fb52fe |
Updated compiler to detect os... |
tonybanters |
2025-10-10 20:33 |
| 25cc6d7 |
updated config.toml, and flake to include deps |
tonybanters |
2025-10-10 20:18 |
| b1115dc |
Fixed issue with unstable |
tonybtw |
2025-10-10 19:20 |
| 0c465fb |
updated flake and readme |
tonybtw |
2025-10-10 09:48 |
| 8abb99f |
added flake for nix package |
tonybtw |
2025-10-10 05:59 |
| 4e7d825 |
Fixed justfile to point to .local/bin |
tonybtw |
2025-10-10 05:30 |
| 0fc3d43 |
Updated hot reload, xmonad style |
tonybtw |
2025-10-10 04:40 |
| 7c10ebe |
Update readme.org |
Tony, btw. |
2025-10-09 17:10 |
| 4aa3d49 |
Added floating and resizing. |
tonybtw |
2025-10-09 06:17 |
| 96cdf9c |
Fixed readme |
tonybtw |
2025-10-09 05:41 |
| 35a51b2 |
Updated shilling |
tonybtw |
2025-10-09 05:35 |
| 9ecd575 |
Updated readme. |
tonybtw |
2025-10-09 05:33 |
| 98a1994 |
Updated justfile and config.rs -> default_config.rs |
tonybtw |
2025-10-09 05:28 |
| 5135de0 |
Merge pull request #10 from xsoder/master |
Tony, btw. |
2025-10-09 05:20 |
| db103f3 |
fixing the issue of config |
xsoder |
2025-10-09 05:06 |
| 4e5888d |
fixing my config issue |
xsoder |
2025-10-09 05:01 |