<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sway.git/swaybar, branch master</title>
<subtitle>fork of sway with action binder commands
</subtitle>
<id>https://git.vlhl.dev/navi/wayland/sway.git/atom?h=master</id>
<link rel='self' href='https://git.vlhl.dev/navi/wayland/sway.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/'/>
<updated>2024-02-23T14:43:19+00:00</updated>
<entry>
<title>Define _POSIX_C_SOURCE globally</title>
<updated>2024-02-23T14:43:19+00:00</updated>
<author>
<name>Simon Ser</name>
<email>contact@emersion.fr</email>
</author>
<published>2024-02-16T14:17:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=fc640d5f6c82883c35e90a64f0098486e6091293'/>
<id>urn:sha1:fc640d5f6c82883c35e90a64f0098486e6091293</id>
<content type='text'>
See discussion in https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4555
</content>
</entry>
<entry>
<title>common: move load_image to swaybar</title>
<updated>2023-11-23T19:42:04+00:00</updated>
<author>
<name>Manuel Stoeckl</name>
<email>code@mstoeckl.com</email>
</author>
<published>2023-11-23T13:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=e633fe0b4081f249e9708f95da972138c86838ca'/>
<id>urn:sha1:e633fe0b4081f249e9708f95da972138c86838ca</id>
<content type='text'>
swaynag, swaymsg, and sway do not use this function and are
unlikely to in the future.
</content>
</entry>
<entry>
<title>common: rename load_background_image to load_image</title>
<updated>2023-11-23T19:42:04+00:00</updated>
<author>
<name>Manuel Stoeckl</name>
<email>code@mstoeckl.com</email>
</author>
<published>2023-11-23T13:01:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=439122e887d8d90991a06cf4877d5dd19bb21692'/>
<id>urn:sha1:439122e887d8d90991a06cf4877d5dd19bb21692</id>
<content type='text'>
</content>
</entry>
<entry>
<title>swaybar: Implement wp_cursor_shape_v1</title>
<updated>2023-07-31T08:34:11+00:00</updated>
<author>
<name>Alexander Orzechowski</name>
<email>alex@ozal.ski</email>
</author>
<published>2023-07-30T20:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=f436de920097963a6c73e250ea4a01b89be31321'/>
<id>urn:sha1:f436de920097963a6c73e250ea4a01b89be31321</id>
<content type='text'>
</content>
</entry>
<entry>
<title>swaybar: handle wayland-cursor failures</title>
<updated>2023-07-08T07:36:50+00:00</updated>
<author>
<name>Manuel Stoeckl</name>
<email>code@mstoeckl.com</email>
</author>
<published>2023-07-07T23:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=92244c87dbb85080c99eee10db9fed906117e169'/>
<id>urn:sha1:92244c87dbb85080c99eee10db9fed906117e169</id>
<content type='text'>
Updating the cursor is not essential, so this change prints
a warning when wl_cursor_theme_load or wl_cursor_theme_get_cursor
fail instead of crashing or exiting.
</content>
</entry>
<entry>
<title>swaybar: don't set current workspace as not visible</title>
<updated>2023-06-27T21:40:57+00:00</updated>
<author>
<name>llyyr</name>
<email>llyyr.public@gmail.com</email>
</author>
<published>2023-06-27T17:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=20ffe545bab3fe518d8d1be00949943f7d39cfe0'/>
<id>urn:sha1:20ffe545bab3fe518d8d1be00949943f7d39cfe0</id>
<content type='text'>
When `wrap_scroll yes` is configured and there's only one workspace
open, swaybar will mark it as not visible if the user scrolls on it and
eventually incorrectly fail the `active-&gt;visible` assert.
Fix this by making sure that new and current workspace aren't the same.
</content>
</entry>
<entry>
<title>Use "default" XCursor instead of "left_ptr"</title>
<updated>2023-06-25T20:38:10+00:00</updated>
<author>
<name>Simon Ser</name>
<email>contact@emersion.fr</email>
</author>
<published>2023-06-23T10:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=974a8629a8f0f403028332543e4bd31d98f611c1'/>
<id>urn:sha1:974a8629a8f0f403028332543e4bd31d98f611c1</id>
<content type='text'>
"left_ptr" is the legacy XCursor name. "default" is the cursor
spec name.
</content>
</entry>
<entry>
<title>swaybar: remove the argument of StatusNotifierHostRegistered</title>
<updated>2023-06-23T15:54:08+00:00</updated>
<author>
<name>Hodong</name>
<email>111117126+hodong-kim@users.noreply.github.com</email>
</author>
<published>2023-06-23T15:54:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=7fbd9fbf2825f1c41468ac996aced9ba4b152992'/>
<id>urn:sha1:7fbd9fbf2825f1c41468ac996aced9ba4b152992</id>
<content type='text'>
According to
https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/StatusNotifierWatcher/
there is no argument for the StatusNotifierHostRegistered signal.</content>
</entry>
<entry>
<title>swaybar: always subscribe to mode and workspace</title>
<updated>2023-05-09T10:42:56+00:00</updated>
<author>
<name>Mukundan314</name>
<email>30190448+Mukundan314@users.noreply.github.com</email>
</author>
<published>2023-05-04T09:27:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=a79994e11961ae24d7a418a18d43bfdd48d1f44b'/>
<id>urn:sha1:a79994e11961ae24d7a418a18d43bfdd48d1f44b</id>
<content type='text'>
always subscribe to mode and workspace events, since we might need them
after bar config updates even if we don't need them initially.
</content>
</entry>
<entry>
<title>Use format_str() throughout</title>
<updated>2023-04-14T16:34:54+00:00</updated>
<author>
<name>Simon Ser</name>
<email>contact@emersion.fr</email>
</author>
<published>2023-02-28T15:43:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/wayland/sway.git/commit/?id=08c1946d71039e583696842c3558b337aede1cbf'/>
<id>urn:sha1:08c1946d71039e583696842c3558b337aede1cbf</id>
<content type='text'>
</content>
</entry>
</feed>
