| 6d17811 |
Added proper error message for first load of oxwm. |
tonybtw |
2025-12-22 05:50 |
| 35465e8 |
Merge remote-tracking branch 'origin/master' into fullscreen-refactor |
tonybtw |
2025-12-22 05:38 |
| b14b9fb |
Merge pull request #100 from tonybanters/fix-memory-leak |
Tony, btw. |
2025-12-22 00:12 |
| 9c34022 |
Merge remote-tracking branch 'origin/master' into fix-memory-leak |
tonybtw |
2025-12-21 19:01 |
| 3bd419c |
fix edge case of config path being set to None if an error is encountered in config |
emzywastaken |
2025-12-21 17:30 |
| f5e670c |
Testing display 1 dequeue accumulator |
tonybtw |
2025-12-21 05:47 |
| 1d0ba77 |
Removed old fullscreen logic and used i3 logic for fullscreen windows. |
tonybtw |
2025-12-20 08:45 |
| 5db5675 |
added scrolling layout with animations. |
tonybtw |
2025-12-20 07:52 |
| 8e7c5c6 |
Rust is memory safe. |
tonybanters |
2025-12-20 00:53 |
| 19b2885 |
Removed the use of strings in the MainError Debug implementation |
Scott DeJong |
2025-12-19 16:17 |
| 0d527c6 |
Added custom error handling to the changes to main.rs |
Scott DeJong |
2025-12-19 16:00 |
| 506050a |
Setting config.path to enable hot-reload of changed config file |
Scott DeJong |
2025-12-18 13:13 |
| 7fc1259 |
Fixed a bug where I was calling std::fs twice and cleaned up error handling a little bit. |
Scott DeJong |
2025-12-17 14:31 |
| fa421d2 |
Merge pull request #92 from zafkar/fix_tab_focus |
Emzy |
2025-12-17 12:39 |
| 9d4c28f |
Added urgent tags, very similar to DWM logic. |
tonybtw |
2025-12-17 05:33 |
| 8d7d57f |
Change test-config to use spawn_terminal |
Zif |
2025-12-16 20:10 |
| e22d139 |
Additional cleanup and logic improvement |
Scott DeJong |
2025-12-16 20:05 |
| 6d25131 |
Fix tab/monocle mode not displaying the focused window |
Zif |
2025-12-16 19:57 |
| 0efc6aa |
Merge pull request #89 from iFanatical/xf86-keybind-enhancement-updated |
Tony, btw. |
2025-12-16 06:54 |
| 4fb9194 |
added back some old references to keybinds for backwards compatibilty |
tonybanters |
2025-12-16 06:47 |
| f2ae055 |
Updated XF86 keys to camel case, and also added a whole lot more of 'em. Fixed removed binds. |
Aaron Bush |
2025-12-15 22:35 |
| 8351ba0 |
Updated XF86 keys to camel case, and also added a whole lot more of 'em. |
Aaron Bush |
2025-12-15 22:18 |
| a8b90f5 |
window_manager: apply clippy lints |
emzywastaken |
2025-12-15 20:54 |
| 3816a44 |
layout/mod.rs: apply clippy lints |
emzywastaken |
2025-12-15 19:56 |
| dcb6d02 |
treewide: apply clippy lints |
emzywastaken |
2025-12-15 14:35 |
| d42a978 |
config/lua: apply clippy lint |
emzywastaken |
2025-12-15 13:04 |
| 585a932 |
config/lua_api: apply clippy lint (manual_strip) |
emzywastaken |
2025-12-15 13:01 |
| e69df37 |
config/lua_api: apply clippy lint (needless_borrow) |
emzywastaken |
2025-12-15 12:56 |
| aee3def |
Merge pull request #84 from zafkar/master |
Tony, btw. |
2025-12-15 19:57 |
| 7fe603c |
Standardized errors and made some of the logic more concise. |
Scott DeJong |
2025-12-15 16:23 |
| 5936396 |
add clippy to nix devshell |
emzywastaken |
2025-12-15 12:46 |
| d2f3ce9 |
src/window_manager: return error instead of panic in `try_reload_config` when lua_path is not found |
emzywastaken |
2025-12-15 12:24 |
| a96e35b |
add configurable back-and-forth tag switching |
emzywastaken |
2025-12-15 10:02 |
| 46596a9 |
Added comments to help contributors when adding keyactions. |
tonybtw |
2025-12-15 08:41 |
| cd4957f |
Add window rule example with tag |
Zif |
2025-12-14 22:56 |
| 2b7bda2 |
Added the top row for azerty layout keyboard |
Zif |
2025-12-14 22:41 |
| 35f6061 |
Merge pull request #82 from Sigmanificient/nix/improve-flake |
Tony, btw. |
2025-12-14 19:23 |
| df3b8fd |
fix unused import warning |
Sigmanificient |
2025-12-14 19:01 |
| d4ac9b5 |
retreive the dependency from the derivation |
Sigmanificient |
2025-12-14 19:07 |
| 5e36ac3 |
update the flake lock (2025-11-12 -> 2025-12-11) |
Sigmanificient |
2025-12-14 18:43 |
| 99e47a7 |
reflect package change from nixpkgs |
Sigmanificient |
2025-12-14 18:42 |
| d265668 |
version bump |
tonybtw |
2025-12-14 17:15 |
| 66805bd |
Merge pull request #81 from tonybanters/more-tag-actions |
Tony, btw. |
2025-12-14 16:13 |
| b856bda |
Fixed wrapping on next/prev and next_nonempty/prev_nonempty with remainder (rem_euclid), similar to dwms "adjacent_tag" patch. |
tonybtw |
2025-12-14 16:01 |
| 54ea2dc |
Fix config reload to reuse original config file path |
emzywastaken |
2025-12-14 13:43 |
| 183a8e1 |
Add view next/previous non-empty tag actions |
emzywastaken |
2025-12-14 12:27 |
| 5bf5485 |
Merge pull request #80 from tonybanters/bat-modularity |
Tony, btw. |
2025-12-14 05:14 |
| 9a5ea80 |
added lsp reference to new bat string |
tonybtw |
2025-12-14 04:59 |
| 0415a48 |
updated justfile for easier Xephyr testing, added default value for battery. |
tonybtw |
2025-12-14 04:57 |
| 9dfc76d |
Merge pull request #74 from hameedrezafarrokhi/nix-flake-xsession |
Emzy |
2025-12-13 21:10 |