| 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 |
| ddba5ce |
Add view next/previous tag actions |
emzywastaken |
2025-12-13 16:42 |
| c8be0d9 |
Merge pull request #75 from Errium/logos |
Tony, btw. |
2025-12-13 16:04 |
| 519e430 |
Added awesome logos |
Errium |
2025-12-13 15:50 |
| 8c2a18b |
Flake DisplayManager Fix |
hameedrezafarrokhi |
2025-12-13 15:02 |
| cba2953 |
Merge pull request #72 from tonybanters/autotile |
Emzy |
2025-12-13 10:28 |
| 5b51cfe |
Added autotile functionality. |
tonybtw |
2025-12-13 08:19 |
| 0367894 |
used draw before show and Xsync instead of Xflush for the overlay so that overlay is blocked until x server finishes processing all draw commands |
tonybtw |
2025-12-13 07:20 |
| ff0f23e |
fixed dunst notifications and in general fixed focus -> restack |
tonybtw |
2025-12-13 06:14 |
| fa112f8 |
updated border width to 0 when in fullscreen mode |
tonybanters |
2025-12-13 00:36 |
| 3b3c45c |
cleanup fullscreen fix |
emzywastaken |
2025-12-12 22:59 |
| 93ceb27 |
Fixed panic caused by double .unwrap() in the event that no windows are opened, but fullscreen is sent. |
tonybanters |
2025-12-12 22:14 |
| 86b598f |
Save/restore gaps when toggling fullscreen and update fullscreen window set |
emzywastaken |
2025-12-12 21:54 |
| e0b781f |
implement Debug for Config |
emzywastaken |
2025-12-12 20:25 |
| bb500f4 |
format files |
emzywastaken |
2025-12-12 20:20 |
| d90e50d |
Removed libc as a dep, and used a double-fork strategy to handle zombie processes instead of the dwm method due to shell being required as a hanging process for the bar. |
tonybtw |
2025-12-12 08:31 |
| d5f7b65 |
Fixed zombie processes |
tonybtw |
2025-12-12 06:54 |
| 2aa00aa |
Added print screen functionality |
tonybtw |
2025-12-12 06:25 |
| 994258d |
Merge pull request #49 from tonybanters/dynamic-window-management |
Tony, btw. |
2025-12-11 08:59 |
| f392c08 |
bumped to v0.8.1 |
tonybtw |
2025-12-11 08:58 |
| 1bf3096 |
added fix for overlay not being centered |
tonybtw |
2025-12-11 08:57 |
| d3a909c |
Fixed pointer binds on bar causing division by zero error. |
tonybtw |
2025-12-11 02:01 |