oxwm

https://git.tonybtw.com/oxwm.git git://git.tonybtw.com/oxwm.git

Commits on dwm-compliance

Hash Subject Author Date
09af55f Bumped to v0.10.0 tonybanters 2026-01-05 06:35
c8ec311 Fix EWMH compliance and focus management to match dwm behavior tonybanters 2026-01-05 05:46
45e7ffe path to dwm compliance tonybanters 2026-01-04 16:54
755fc86 Merge pull request #107 from corarona/deb_install Tony, btw. 2025-12-31 06:41
1a1516e Add checkinstall routine in justfile cora 2025-12-27 03:44
dc07470 Fix indentation in justfile cora 2025-12-27 03:20
3c01997 Add xsession desktop file in install script cora 2025-12-27 03:19
b025365 add focus option to window rules emzywastaken 2025-12-29 19:27
7fdee0e Merge pull request #108 from tonybanters/hide-vacant-tags Emzy 2025-12-29 09:24
f8f0c96 Added hide_vacant_tags() feature from dwm patch into oxwm as optional flag. tonybtw 2025-12-29 07:44
d47da56 Added logic to help check if fullscreen mode before moving border (should theoretically fix steam games that dont use proton as a backend) tonybtw 2025-12-29 07:12
4664f38 Fixed clients not going fullscreen by advertising _NET_SUPPORTED on root window so clients know EWMH features are available tonybanters 2025-12-27 05:58
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
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