<feed xmlns='http://www.w3.org/2005/Atom'>
<title>boss/YATwm.git/src, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/YATwm.git/'/>
<entry>
<title>feat: A few minor bug fixes</title>
<updated>2025-06-08T11:29:33+00:00</updated>
<author>
<name>BossCode45</name>
<email>boss@tehbox.org</email>
</author>
<published>2025-05-11T06:17:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/YATwm.git/commit/?id=6698e92f6d7574a31a6d0e17acf63edf9f689102'/>
<id>6698e92f6d7574a31a6d0e17acf63edf9f689102</id>
<content type='text'>
Fixed keybinding errors
Hopefully fixed multiple monitor status bar workspaces
Refactored EWMH module
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed keybinding errors
Hopefully fixed multiple monitor status bar workspaces
Refactored EWMH module
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Added the "S" modifier to the emacs bind mode</title>
<updated>2025-03-06T08:30:38+00:00</updated>
<author>
<name>BossCode45</name>
<email>human.cyborg42@gmail.com</email>
</author>
<published>2025-03-06T08:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/YATwm.git/commit/?id=74c58cdf74c4921071da93c4cbfaf22f672242a5'/>
<id>74c58cdf74c4921071da93c4cbfaf22f672242a5</id>
<content type='text'>
You can now use S as a modifier for shift when binding with emacs mode
if you're unable to capatilise the key to be bound.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
You can now use S as a modifier for shift when binding with emacs mode
if you're unable to capatilise the key to be bound.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Added new command line option --config (-c)</title>
<updated>2025-01-04T07:50:44+00:00</updated>
<author>
<name>BossCode45</name>
<email>human.cyborg42@gmail.com</email>
</author>
<published>2025-01-04T07:50:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/YATwm.git/commit/?id=63005f5fc81e9b641f07eadb5f07bc7c532d40c7'/>
<id>63005f5fc81e9b641f07eadb5f07bc7c532d40c7</id>
<content type='text'>
The new options allows you to specify the location of the config file
in the arguments to the program.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new options allows you to specify the location of the config file
in the arguments to the program.
</pre>
</div>
</content>
</entry>
<entry>
<title>revert: Added the commands library back to the source</title>
<updated>2025-01-04T07:28:39+00:00</updated>
<author>
<name>BossCode45</name>
<email>human.cyborg42@gmail.com</email>
</author>
<published>2025-01-04T07:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/YATwm.git/commit/?id=e9c351d109439ca27c472f0d8d5f8a530ce24033'/>
<id>e9c351d109439ca27c472f0d8d5f8a530ce24033</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Commands restructure + home manager module now makes config</title>
<updated>2025-01-04T02:14:05+00:00</updated>
<author>
<name>BossCode45</name>
<email>human.cyborg42@gmail.com</email>
</author>
<published>2025-01-04T02:14:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/YATwm.git/commit/?id=aa1500fea32db04c9e4fe72786ebd7e3479b6a8a'/>
<id>aa1500fea32db04c9e4fe72786ebd7e3479b6a8a</id>
<content type='text'>
Commands module is now a separate libraray that the flake includes.
The home manager module will now auto generate the config and has
options for different things such as keybinds, gaps, workspaces, etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commands module is now a separate libraray that the flake includes.
The home manager module will now auto generate the config and has
options for different things such as keybinds, gaps, workspaces, etc.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Added IPC client side to main binary</title>
<updated>2024-12-24T02:56:39+00:00</updated>
<author>
<name>BossCode45</name>
<email>human.cyborg42@gmail.com</email>
</author>
<published>2024-12-19T02:00:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/YATwm.git/commit/?id=d1d4a63d4473cd4910b678cf5b385f622186fbd3'/>
<id>d1d4a63d4473cd4910b678cf5b385f622186fbd3</id>
<content type='text'>
Updated command line arguments to use `getopt_long'
Made it so both -v and --version work
Made it so that if you give it non recognised arguments they are sent
through the socket to the running window manager if possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated command line arguments to use `getopt_long'
Made it so both -v and --version work
Made it so that if you give it non recognised arguments they are sent
through the socket to the running window manager if possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Cleanup</title>
<updated>2024-12-01T06:00:23+00:00</updated>
<author>
<name>BossCode45</name>
<email>human.cyborg42@gmail.com</email>
</author>
<published>2024-12-01T06:00:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/YATwm.git/commit/?id=434ec6542d0d79190c6aa7003aac91b03cad4398'/>
<id>434ec6542d0d79190c6aa7003aac91b03cad4398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Added a program (YATmsg) to communicate with YATwm</title>
<updated>2024-11-26T02:21:56+00:00</updated>
<author>
<name>BossCode45</name>
<email>human.cyborg42@gmail.com</email>
</author>
<published>2024-11-26T02:21:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/YATwm.git/commit/?id=72300460c1c1fa294cc4d1f1026d203a5adf4d28'/>
<id>72300460c1c1fa294cc4d1f1026d203a5adf4d28</id>
<content type='text'>
Currently just sends a hello message and nothing else, more to come later
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently just sends a hello message and nothing else, more to come later
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'main' into IPC</title>
<updated>2024-10-01T01:58:13+00:00</updated>
<author>
<name>BossCode45</name>
<email>human.cyborg42@gmail.com</email>
</author>
<published>2024-10-01T01:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/YATwm.git/commit/?id=8b48a9cfc4b0795a62a515e2519e7194d1d57347'/>
<id>8b48a9cfc4b0795a62a515e2519e7194d1d57347</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restructure</title>
<updated>2024-10-01T01:54:37+00:00</updated>
<author>
<name>BossCode45</name>
<email>human.cyborg42@gmail.com</email>
</author>
<published>2024-10-01T01:54:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tehbox.org/boss/YATwm.git/commit/?id=915532bf8fbda9ba2a36e04fcd6acc67c6c68fa5'/>
<id>915532bf8fbda9ba2a36e04fcd6acc67c6c68fa5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
