| e64975e |
Merge pull request #106 from ScottADeJong/update/errors |
Emzy |
2025-12-26 16:06 |
| e81197d |
Made error handling more consistent. |
Scott DeJong |
2025-12-26 15:32 |
| c95b17e |
Merge pull request #104 from carpentiers/patch-1 |
Tony, btw. |
2025-12-25 09:40 |
| a98cc09 |
Fixed typo |
Samuel Carpentier |
2025-12-25 07:19 |
| 81f72d2 |
replace statics with consts |
emzywastaken |
2025-12-24 11:37 |
| 05d724f |
Replace should_restart bool with Control enum and remove unused binary re-exec logic |
tonybtw |
2025-12-24 05:38 |
| aaad324 |
Merge pull request #91 from ScottADeJong/update/mainfile |
Tony, btw. |
2025-12-24 05:02 |
| be13d76 |
Updated window_manager and main to be in sync |
Scott DeJong |
2025-12-24 01:06 |
| be0a1a3 |
Merge branch 'master' into update/mainfile |
ScottADeJong |
2025-12-24 00:36 |
| 0522a39 |
Integrated recent updates into my pull request. |
Scott DeJong |
2025-12-23 15:13 |
| 84f46f6 |
added caching to ShellBlock so it only re-executes the shell command when the interval has elapsed, returning the cached output otherwise |
tonybtw |
2025-12-23 05:27 |
| 165e841 |
Merge pull request #102 from tonybanters/fullscreen-refactor |
Tony, btw. |
2025-12-23 01:47 |
| 403913f |
add back previous `XF86AudioRaiseVolume` symbol |
emzywastaken |
2025-12-22 22:09 |
| 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 |