new post: Signal Desktop on Arch & Wayland
This commit is contained in:
parent
6757792175
commit
ec4d3733b2
30
content/posts/signal-desktop-on-arch-wayland/index.md
Normal file
30
content/posts/signal-desktop-on-arch-wayland/index.md
Normal file
@ -0,0 +1,30 @@
|
||||
+++
|
||||
title = 'Signal Desktop on Arch & Wayland'
|
||||
date = 2024-07-01T13:37:53-07:00
|
||||
categories = ['Tutorial']
|
||||
tags = ['linux', 'arch', 'wayland']
|
||||
+++
|
||||
|
||||
i've used [Signal][signal] as my preferred messaging app since around 2015. for a long time, i had the desktop application, and used it often to text directly from my laptop. since switching to Wayland, years ago now, i have simply lived without it: the desktop app didn't have native wayland support, and i was unwilling to jump through `xwayland` hoops.
|
||||
|
||||
today, i finally broke down and went looking for a fix. it turns out Signal's electron app has [supported wayland since 2021][signal-wayland]. to get this to work with my launcher in Arch Linux, i had to run with the following options: `--enable-features=UseOzonePlatform --ozone-platform=wayland`.
|
||||
|
||||
{{< code-details summary="[`signal-desktop.desktop`][signal-desktop]" lang="toml" details=`
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Signal
|
||||
Comment=Signal - Private Messenger
|
||||
Comment[de]=Signal - Sicherer Messenger
|
||||
Icon=signal-desktop
|
||||
Exec=signal-desktop --use-tray-icon --enable-features=UseOzonePlatform --ozone-platform=wayland -- %u
|
||||
Terminal=false
|
||||
Categories=Network;InstantMessaging;
|
||||
StartupWMClass=signal
|
||||
MimeType=x-scheme-handler/sgnl;x-scheme-handler/signalcaptcha;
|
||||
Keywords=sgnl;chat;im;messaging;messenger;security;privat;
|
||||
X-GNOME-UsesNotifications=true
|
||||
` >}}
|
||||
|
||||
[signal]: https://signal.org/
|
||||
[signal-desktop]: https://gitlab.com/no_reply/sublingual/-/blob/trunk/arch/usr/share/applications/signal-desktop.desktop#L7
|
||||
[signal-wayland]: https://www.fosskers.ca/en/blog/wayland#org3ddb5b
|
@ -4,14 +4,14 @@
|
||||
<title>Categories on estradiol.cloud</title>
|
||||
<link>https://estradiol.cloud/categories/</link>
|
||||
<description>Recent content in Categories on estradiol.cloud</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 12 Mar 2024 16:45:59 -0700</lastBuildDate>
|
||||
<lastBuildDate>Mon, 01 Jul 2024 13:37:53 -0700</lastBuildDate>
|
||||
<atom:link href="https://estradiol.cloud/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Tutorial</title>
|
||||
<link>https://estradiol.cloud/categories/tutorial/</link>
|
||||
<pubDate>Tue, 12 Mar 2024 16:45:59 -0700</pubDate>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>https://estradiol.cloud/categories/tutorial/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
@ -43,7 +43,8 @@
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<section class="page__body"><h1 id="tutorial">Tutorial</h1><ul><li><a href="https://estradiol.cloud/posts/hugo-on-k8s-nginx/">Hugo on Kubernetes & NGINX</a></li>
|
||||
<section class="page__body"><h1 id="tutorial">Tutorial</h1><ul><li><a href="https://estradiol.cloud/posts/signal-desktop-on-arch-wayland/">Signal Desktop on Arch & Wayland</a></li>
|
||||
<li><a href="https://estradiol.cloud/posts/hugo-on-k8s-nginx/">Hugo on Kubernetes & NGINX</a></li>
|
||||
<li><a href="https://estradiol.cloud/posts/miniflux-rss/">Miniflux for Self-Hosted RSS</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
@ -4,10 +4,17 @@
|
||||
<title>Tutorial on estradiol.cloud</title>
|
||||
<link>https://estradiol.cloud/categories/tutorial/</link>
|
||||
<description>Recent content in Tutorial on estradiol.cloud</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 12 Mar 2024 16:45:59 -0700</lastBuildDate>
|
||||
<lastBuildDate>Mon, 01 Jul 2024 13:37:53 -0700</lastBuildDate>
|
||||
<atom:link href="https://estradiol.cloud/categories/tutorial/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Signal Desktop on Arch & Wayland</title>
|
||||
<link>https://estradiol.cloud/posts/signal-desktop-on-arch-wayland/</link>
|
||||
<pubDate>Mon, 01 Jul 2024 13:37:53 -0700</pubDate>
|
||||
<guid>https://estradiol.cloud/posts/signal-desktop-on-arch-wayland/</guid>
|
||||
<description>i&rsquo;ve used Signal as my preferred messaging app since around 2015. for a long time, i had the desktop application, and used it often to text directly from my laptop. since switching to Wayland, years ago now, i have simply lived without it: the desktop app didn&rsquo;t have native wayland support, and i was unwilling to jump through xwayland hoops.
today, i finally broke down and went looking for a fix.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Hugo on Kubernetes & NGINX</title>
|
||||
<link>https://estradiol.cloud/posts/hugo-on-k8s-nginx/</link>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.123.5"><title>estradiol.cloud</title>
|
||||
<meta name="generator" content="Hugo 0.126.1"><title>estradiol.cloud</title>
|
||||
<meta name="description" content="> [the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.](https://doi.org/10.5749/minnesota/9780816650477.003.0001)
|
||||
|
||||
----
|
||||
@ -53,6 +53,8 @@
|
||||
<div>
|
||||
<h2>Recently</h2>
|
||||
<ul><li class="nomarker">
|
||||
2024-07-01 — <a href="/posts/signal-desktop-on-arch-wayland/">Signal Desktop on Arch & Wayland</a>
|
||||
</li><li class="nomarker">
|
||||
2024-03-12 — <a href="/posts/hugo-on-k8s-nginx/">Hugo on Kubernetes & NGINX</a>
|
||||
</li><li class="nomarker">
|
||||
2024-03-04 — <a href="/posts/miniflux-rss/">Miniflux for Self-Hosted RSS</a>
|
||||
|
@ -4,10 +4,17 @@
|
||||
<title>estradiol.cloud</title>
|
||||
<link>https://estradiol.cloud/</link>
|
||||
<description>Recent content on estradiol.cloud</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 12 Mar 2024 16:45:59 -0700</lastBuildDate>
|
||||
<lastBuildDate>Mon, 01 Jul 2024 13:37:53 -0700</lastBuildDate>
|
||||
<atom:link href="https://estradiol.cloud/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Signal Desktop on Arch & Wayland</title>
|
||||
<link>https://estradiol.cloud/posts/signal-desktop-on-arch-wayland/</link>
|
||||
<pubDate>Mon, 01 Jul 2024 13:37:53 -0700</pubDate>
|
||||
<guid>https://estradiol.cloud/posts/signal-desktop-on-arch-wayland/</guid>
|
||||
<description>i&rsquo;ve used Signal as my preferred messaging app since around 2015. for a long time, i had the desktop application, and used it often to text directly from my laptop. since switching to Wayland, years ago now, i have simply lived without it: the desktop app didn&rsquo;t have native wayland support, and i was unwilling to jump through xwayland hoops.
today, i finally broke down and went looking for a fix.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Hugo on Kubernetes & NGINX</title>
|
||||
<link>https://estradiol.cloud/posts/hugo-on-k8s-nginx/</link>
|
||||
|
@ -43,7 +43,8 @@
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<section class="page__body"><h1 id="posts">Posts</h1><ul><li><a href="https://estradiol.cloud/posts/hugo-on-k8s-nginx/">Hugo on Kubernetes & NGINX</a></li>
|
||||
<section class="page__body"><h1 id="posts">Posts</h1><ul><li><a href="https://estradiol.cloud/posts/signal-desktop-on-arch-wayland/">Signal Desktop on Arch & Wayland</a></li>
|
||||
<li><a href="https://estradiol.cloud/posts/hugo-on-k8s-nginx/">Hugo on Kubernetes & NGINX</a></li>
|
||||
<li><a href="https://estradiol.cloud/posts/miniflux-rss/">Miniflux for Self-Hosted RSS</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
@ -4,10 +4,17 @@
|
||||
<title>Posts on estradiol.cloud</title>
|
||||
<link>https://estradiol.cloud/posts/</link>
|
||||
<description>Recent content in Posts on estradiol.cloud</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 12 Mar 2024 16:45:59 -0700</lastBuildDate>
|
||||
<lastBuildDate>Mon, 01 Jul 2024 13:37:53 -0700</lastBuildDate>
|
||||
<atom:link href="https://estradiol.cloud/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Signal Desktop on Arch & Wayland</title>
|
||||
<link>https://estradiol.cloud/posts/signal-desktop-on-arch-wayland/</link>
|
||||
<pubDate>Mon, 01 Jul 2024 13:37:53 -0700</pubDate>
|
||||
<guid>https://estradiol.cloud/posts/signal-desktop-on-arch-wayland/</guid>
|
||||
<description>i&rsquo;ve used Signal as my preferred messaging app since around 2015. for a long time, i had the desktop application, and used it often to text directly from my laptop. since switching to Wayland, years ago now, i have simply lived without it: the desktop app didn&rsquo;t have native wayland support, and i was unwilling to jump through xwayland hoops.
today, i finally broke down and went looking for a fix.</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Hugo on Kubernetes & NGINX</title>
|
||||
<link>https://estradiol.cloud/posts/hugo-on-k8s-nginx/</link>
|
||||
|
116
public/posts/signal-desktop-on-arch-wayland/index.html
Normal file
116
public/posts/signal-desktop-on-arch-wayland/index.html
Normal file
@ -0,0 +1,116 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><title>Signal Desktop on Arch & Wayland – estradiol.cloud</title>
|
||||
<meta name="description" content="> [the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.](https://doi.org/10.5749/minnesota/9780816650477.003.0001)
|
||||
|
||||
----
|
||||
|
||||
Ь 887 | 2
|
||||
">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8"/>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.4/css/academicons.min.css" integrity="sha512-IW0nhlW5MgNydsXJO40En2EoCkTTjZhI3yuODrZIc8cQ4h1XcF53PsqDHa09NqnkXuIe0Oiyyj171BqZFwISBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://estradiol.cloud/css/palettes/material.css">
|
||||
<link rel="stylesheet" href="https://estradiol.cloud/css/risotto.css">
|
||||
<link rel="stylesheet" href="https://estradiol.cloud/css/custom.css">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="estradiol.cloud Feed" href="index.xml" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="page">
|
||||
|
||||
<header class="page__header"><nav class="page__nav main-nav">
|
||||
<ul>
|
||||
<li class="nomarker"><h1 class="page__logo"><a href="https://estradiol.cloud/" class="page__logo-inner">estradiol.cloud</a></h1></li><li class="main-nav__item"><a class="nav-main-item active" href="https://estradiol.cloud/posts/" title="">Posts</a></li></ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<section class="page__body"><header class="content__header">
|
||||
<h1>Signal Desktop on Arch & Wayland</h1>
|
||||
</header>
|
||||
<div class="content__body">
|
||||
<p>i’ve used <a href="https://signal.org/">Signal</a> as my preferred messaging app since around 2015. for a long time, i had the desktop application, and used it often to text directly from my laptop. since switching to Wayland, years ago now, i have simply lived without it: the desktop app didn’t have native wayland support, and i was unwilling to jump through <code>xwayland</code> hoops.</p>
|
||||
<p>today, i finally broke down and went looking for a fix. it turns out Signal’s electron app has <a href="https://www.fosskers.ca/en/blog/wayland#org3ddb5b">supported wayland since 2021</a>. to get this to work with my launcher in Arch Linux, i had to run with the following options: <code>--enable-features=UseOzonePlatform --ozone-platform=wayland</code>.</p>
|
||||
<p>
|
||||
<details>
|
||||
<summary>[<code>signal-desktop.desktop</code>][signal-desktop]</summary><div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-toml" data-lang="toml"><span style="display:flex;"><span>[<span style="color:#a6e22e">Desktop</span> <span style="color:#a6e22e">Entry</span>]
|
||||
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">Type</span>=<span style="color:#a6e22e">Application</span>
|
||||
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">Name</span>=<span style="color:#a6e22e">Signal</span>
|
||||
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">Comment</span>=<span style="color:#a6e22e">Signal</span> <span style="color:#a6e22e">-</span> <span style="color:#a6e22e">Private</span> <span style="color:#a6e22e">Messenger</span>
|
||||
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">Comment</span>[<span style="color:#a6e22e">de</span>]=<span style="color:#a6e22e">Signal</span> <span style="color:#a6e22e">-</span> <span style="color:#a6e22e">Sicherer</span> <span style="color:#a6e22e">Messenger</span>
|
||||
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">Icon</span>=<span style="color:#a6e22e">signal-desktop</span>
|
||||
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">Exec</span>=<span style="color:#a6e22e">signal-desktop</span> <span style="color:#a6e22e">--use-tray-icon</span> <span style="color:#a6e22e">--enable-features</span>=<span style="color:#a6e22e">UseOzonePlatform</span> <span style="color:#a6e22e">--ozone-platform</span>=<span style="color:#a6e22e">wayland</span> <span style="color:#a6e22e">--</span> <span style="color:#960050;background-color:#1e0010">%</span><span style="color:#a6e22e">u</span>
|
||||
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">Terminal</span>=<span style="color:#66d9ef">false</span>
|
||||
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">Categories</span>=<span style="color:#a6e22e">Network</span><span style="color:#960050;background-color:#1e0010">;</span><span style="color:#a6e22e">InstantMessaging</span><span style="color:#960050;background-color:#1e0010">;</span>
|
||||
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">StartupWMClass</span>=<span style="color:#a6e22e">signal</span>
|
||||
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">MimeType</span>=<span style="color:#a6e22e">x-scheme-handler</span><span style="color:#960050;background-color:#1e0010">/</span><span style="color:#a6e22e">sgnl</span><span style="color:#960050;background-color:#1e0010">;</span><span style="color:#a6e22e">x-scheme-handler</span><span style="color:#960050;background-color:#1e0010">/</span><span style="color:#a6e22e">signalcaptcha</span><span style="color:#960050;background-color:#1e0010">;</span>
|
||||
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">Keywords</span>=<span style="color:#a6e22e">sgnl</span><span style="color:#960050;background-color:#1e0010">;</span><span style="color:#a6e22e">chat</span><span style="color:#960050;background-color:#1e0010">;</span><span style="color:#a6e22e">im</span><span style="color:#960050;background-color:#1e0010">;</span><span style="color:#a6e22e">messaging</span><span style="color:#960050;background-color:#1e0010">;</span><span style="color:#a6e22e">messenger</span><span style="color:#960050;background-color:#1e0010">;</span><span style="color:#a6e22e">security</span><span style="color:#960050;background-color:#1e0010">;</span><span style="color:#a6e22e">privat</span><span style="color:#960050;background-color:#1e0010">;</span>
|
||||
</span></span><span style="display:flex;"><span><span style="color:#a6e22e">X-GNOME-UsesNotifications</span>=<span style="color:#66d9ef">true</span>
|
||||
</span></span></code></pre></div></details>
|
||||
</p>
|
||||
|
||||
|
||||
</div>
|
||||
<footer class="content__footer"></footer>
|
||||
</section>
|
||||
|
||||
<section class="page__aside">
|
||||
<div class="aside__about">
|
||||
<div class="aside__about"><h1 class="about__title">it's estradiol.cloud!</h1>
|
||||
<p class="about__description"><blockquote>
|
||||
<p><a href="https://doi.org/10.5749/minnesota/9780816650477.003.0001">the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.</a></p>
|
||||
</blockquote>
|
||||
<hr>
|
||||
<p>Ь 887 | 2</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<ul class="aside__social-links">
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://hachyderm.io/@no_reply" rel="me" title="Hachyderm">hachyderm.io/@no_reply</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://chaosfem.tw/@t4tamsin" rel="me" title="Chaosfem"></i>chaosfem.tw/@t4tamsin</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-git-alt"></i> <a href="https://code.estradiol.cloud/tamsin" rel="me" title="Code">code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-gitlab"></i> <a href="https://gitlab.com/no-reply" rel="me" title="Code">work code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-github"></i> <a href="https://github.com/no_eply" rel="me" title="Code">more code</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="aside__content"><p>2024-07-01
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer class="page__footer"></footer>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
@ -3,10 +3,31 @@
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://estradiol.cloud/</loc>
|
||||
<lastmod>2024-03-12T16:45:59-07:00</lastmod>
|
||||
<lastmod>2024-07-01T13:37:53-07:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://estradiol.cloud/tags/arch/</loc>
|
||||
<lastmod>2024-07-01T13:37:53-07:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://estradiol.cloud/categories/</loc>
|
||||
<lastmod>2024-03-12T16:45:59-07:00</lastmod>
|
||||
<lastmod>2024-07-01T13:37:53-07:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://estradiol.cloud/tags/linux/</loc>
|
||||
<lastmod>2024-07-01T13:37:53-07:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://estradiol.cloud/posts/</loc>
|
||||
<lastmod>2024-07-01T13:37:53-07:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://estradiol.cloud/posts/signal-desktop-on-arch-wayland/</loc>
|
||||
<lastmod>2024-07-01T13:37:53-07:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://estradiol.cloud/tags/</loc>
|
||||
<lastmod>2024-07-01T13:37:53-07:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://estradiol.cloud/categories/tutorial/</loc>
|
||||
<lastmod>2024-07-01T13:37:53-07:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://estradiol.cloud/tags/wayland/</loc>
|
||||
<lastmod>2024-07-01T13:37:53-07:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://estradiol.cloud/tags/flux/</loc>
|
||||
<lastmod>2024-03-12T16:45:59-07:00</lastmod>
|
||||
@ -22,15 +43,6 @@
|
||||
</url><url>
|
||||
<loc>https://estradiol.cloud/tags/meta/</loc>
|
||||
<lastmod>2024-03-12T16:45:59-07:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://estradiol.cloud/posts/</loc>
|
||||
<lastmod>2024-03-12T16:45:59-07:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://estradiol.cloud/tags/</loc>
|
||||
<lastmod>2024-03-12T16:45:59-07:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://estradiol.cloud/categories/tutorial/</loc>
|
||||
<lastmod>2024-03-12T16:45:59-07:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://estradiol.cloud/tags/miniflux/</loc>
|
||||
<lastmod>2024-03-04T14:56:38-08:00</lastmod>
|
||||
|
90
public/tags/arch/index.html
Normal file
90
public/tags/arch/index.html
Normal file
@ -0,0 +1,90 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><title>Arch – estradiol.cloud</title>
|
||||
<meta name="description" content="> [the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.](https://doi.org/10.5749/minnesota/9780816650477.003.0001)
|
||||
|
||||
----
|
||||
|
||||
Ь 887 | 2
|
||||
">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8"/>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.4/css/academicons.min.css" integrity="sha512-IW0nhlW5MgNydsXJO40En2EoCkTTjZhI3yuODrZIc8cQ4h1XcF53PsqDHa09NqnkXuIe0Oiyyj171BqZFwISBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://estradiol.cloud/css/palettes/material.css">
|
||||
<link rel="stylesheet" href="https://estradiol.cloud/css/risotto.css">
|
||||
<link rel="stylesheet" href="https://estradiol.cloud/css/custom.css">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="estradiol.cloud Feed" href="index.xml" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="page">
|
||||
|
||||
<header class="page__header"><nav class="page__nav main-nav">
|
||||
<ul>
|
||||
<li class="nomarker"><h1 class="page__logo"><a href="https://estradiol.cloud/" class="page__logo-inner">estradiol.cloud</a></h1></li><li class="main-nav__item"><a class="nav-main-item" href="https://estradiol.cloud/posts/" title="">Posts</a></li></ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<section class="page__body"><h1 id="arch">Arch</h1><ul><li><a href="https://estradiol.cloud/posts/signal-desktop-on-arch-wayland/">Signal Desktop on Arch & Wayland</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="page__aside">
|
||||
<div class="aside__about">
|
||||
<div class="aside__about"><h1 class="about__title">it's estradiol.cloud!</h1>
|
||||
<p class="about__description"><blockquote>
|
||||
<p><a href="https://doi.org/10.5749/minnesota/9780816650477.003.0001">the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.</a></p>
|
||||
</blockquote>
|
||||
<hr>
|
||||
<p>Ь 887 | 2</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<ul class="aside__social-links">
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://hachyderm.io/@no_reply" rel="me" title="Hachyderm">hachyderm.io/@no_reply</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://chaosfem.tw/@t4tamsin" rel="me" title="Chaosfem"></i>chaosfem.tw/@t4tamsin</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-git-alt"></i> <a href="https://code.estradiol.cloud/tamsin" rel="me" title="Code">code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-gitlab"></i> <a href="https://gitlab.com/no-reply" rel="me" title="Code">work code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-github"></i> <a href="https://github.com/no_eply" rel="me" title="Code">more code</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="aside__content">
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer class="page__footer"></footer>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
19
public/tags/arch/index.xml
Normal file
19
public/tags/arch/index.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Arch on estradiol.cloud</title>
|
||||
<link>https://estradiol.cloud/tags/arch/</link>
|
||||
<description>Recent content in Arch on estradiol.cloud</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Mon, 01 Jul 2024 13:37:53 -0700</lastBuildDate>
|
||||
<atom:link href="https://estradiol.cloud/tags/arch/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Signal Desktop on Arch & Wayland</title>
|
||||
<link>https://estradiol.cloud/posts/signal-desktop-on-arch-wayland/</link>
|
||||
<pubDate>Mon, 01 Jul 2024 13:37:53 -0700</pubDate>
|
||||
<guid>https://estradiol.cloud/posts/signal-desktop-on-arch-wayland/</guid>
|
||||
<description>i&rsquo;ve used Signal as my preferred messaging app since around 2015. for a long time, i had the desktop application, and used it often to text directly from my laptop. since switching to Wayland, years ago now, i have simply lived without it: the desktop app didn&rsquo;t have native wayland support, and i was unwilling to jump through xwayland hoops.
today, i finally broke down and went looking for a fix.</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
@ -4,7 +4,7 @@
|
||||
<title>Flux on estradiol.cloud</title>
|
||||
<link>https://estradiol.cloud/tags/flux/</link>
|
||||
<description>Recent content in Flux on estradiol.cloud</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 12 Mar 2024 16:45:59 -0700</lastBuildDate>
|
||||
<atom:link href="https://estradiol.cloud/tags/flux/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
@ -4,7 +4,7 @@
|
||||
<title>Hugo on estradiol.cloud</title>
|
||||
<link>https://estradiol.cloud/tags/hugo/</link>
|
||||
<description>Recent content in Hugo on estradiol.cloud</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 12 Mar 2024 16:45:59 -0700</lastBuildDate>
|
||||
<atom:link href="https://estradiol.cloud/tags/hugo/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
@ -43,7 +43,10 @@
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<section class="page__body"><h1 id="tags">Tags</h1><ul><li><a href="https://estradiol.cloud/tags/flux/">Flux</a></li>
|
||||
<section class="page__body"><h1 id="tags">Tags</h1><ul><li><a href="https://estradiol.cloud/tags/arch/">Arch</a></li>
|
||||
<li><a href="https://estradiol.cloud/tags/linux/">Linux</a></li>
|
||||
<li><a href="https://estradiol.cloud/tags/wayland/">Wayland</a></li>
|
||||
<li><a href="https://estradiol.cloud/tags/flux/">Flux</a></li>
|
||||
<li><a href="https://estradiol.cloud/tags/hugo/">Hugo</a></li>
|
||||
<li><a href="https://estradiol.cloud/tags/k8s/">K8s</a></li>
|
||||
<li><a href="https://estradiol.cloud/tags/meta/">Meta</a></li>
|
||||
|
@ -4,49 +4,70 @@
|
||||
<title>Tags on estradiol.cloud</title>
|
||||
<link>https://estradiol.cloud/tags/</link>
|
||||
<description>Recent content in Tags on estradiol.cloud</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 12 Mar 2024 16:45:59 -0700</lastBuildDate>
|
||||
<lastBuildDate>Mon, 01 Jul 2024 13:37:53 -0700</lastBuildDate>
|
||||
<atom:link href="https://estradiol.cloud/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Arch</title>
|
||||
<link>https://estradiol.cloud/tags/arch/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>https://estradiol.cloud/tags/arch/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Linux</title>
|
||||
<link>https://estradiol.cloud/tags/linux/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>https://estradiol.cloud/tags/linux/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Wayland</title>
|
||||
<link>https://estradiol.cloud/tags/wayland/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>https://estradiol.cloud/tags/wayland/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Flux</title>
|
||||
<link>https://estradiol.cloud/tags/flux/</link>
|
||||
<pubDate>Tue, 12 Mar 2024 16:45:59 -0700</pubDate>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>https://estradiol.cloud/tags/flux/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Hugo</title>
|
||||
<link>https://estradiol.cloud/tags/hugo/</link>
|
||||
<pubDate>Tue, 12 Mar 2024 16:45:59 -0700</pubDate>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>https://estradiol.cloud/tags/hugo/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>K8s</title>
|
||||
<link>https://estradiol.cloud/tags/k8s/</link>
|
||||
<pubDate>Tue, 12 Mar 2024 16:45:59 -0700</pubDate>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>https://estradiol.cloud/tags/k8s/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Meta</title>
|
||||
<link>https://estradiol.cloud/tags/meta/</link>
|
||||
<pubDate>Tue, 12 Mar 2024 16:45:59 -0700</pubDate>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>https://estradiol.cloud/tags/meta/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Miniflux</title>
|
||||
<link>https://estradiol.cloud/tags/miniflux/</link>
|
||||
<pubDate>Mon, 04 Mar 2024 14:56:38 -0800</pubDate>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>https://estradiol.cloud/tags/miniflux/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Rss</title>
|
||||
<link>https://estradiol.cloud/tags/rss/</link>
|
||||
<pubDate>Mon, 04 Mar 2024 14:56:38 -0800</pubDate>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
<guid>https://estradiol.cloud/tags/rss/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<title>K8s on estradiol.cloud</title>
|
||||
<link>https://estradiol.cloud/tags/k8s/</link>
|
||||
<description>Recent content in K8s on estradiol.cloud</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 12 Mar 2024 16:45:59 -0700</lastBuildDate>
|
||||
<atom:link href="https://estradiol.cloud/tags/k8s/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
90
public/tags/linux/index.html
Normal file
90
public/tags/linux/index.html
Normal file
@ -0,0 +1,90 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><title>Linux – estradiol.cloud</title>
|
||||
<meta name="description" content="> [the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.](https://doi.org/10.5749/minnesota/9780816650477.003.0001)
|
||||
|
||||
----
|
||||
|
||||
Ь 887 | 2
|
||||
">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8"/>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.4/css/academicons.min.css" integrity="sha512-IW0nhlW5MgNydsXJO40En2EoCkTTjZhI3yuODrZIc8cQ4h1XcF53PsqDHa09NqnkXuIe0Oiyyj171BqZFwISBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://estradiol.cloud/css/palettes/material.css">
|
||||
<link rel="stylesheet" href="https://estradiol.cloud/css/risotto.css">
|
||||
<link rel="stylesheet" href="https://estradiol.cloud/css/custom.css">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="estradiol.cloud Feed" href="index.xml" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="page">
|
||||
|
||||
<header class="page__header"><nav class="page__nav main-nav">
|
||||
<ul>
|
||||
<li class="nomarker"><h1 class="page__logo"><a href="https://estradiol.cloud/" class="page__logo-inner">estradiol.cloud</a></h1></li><li class="main-nav__item"><a class="nav-main-item" href="https://estradiol.cloud/posts/" title="">Posts</a></li></ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<section class="page__body"><h1 id="linux">Linux</h1><ul><li><a href="https://estradiol.cloud/posts/signal-desktop-on-arch-wayland/">Signal Desktop on Arch & Wayland</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="page__aside">
|
||||
<div class="aside__about">
|
||||
<div class="aside__about"><h1 class="about__title">it's estradiol.cloud!</h1>
|
||||
<p class="about__description"><blockquote>
|
||||
<p><a href="https://doi.org/10.5749/minnesota/9780816650477.003.0001">the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.</a></p>
|
||||
</blockquote>
|
||||
<hr>
|
||||
<p>Ь 887 | 2</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<ul class="aside__social-links">
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://hachyderm.io/@no_reply" rel="me" title="Hachyderm">hachyderm.io/@no_reply</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://chaosfem.tw/@t4tamsin" rel="me" title="Chaosfem"></i>chaosfem.tw/@t4tamsin</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-git-alt"></i> <a href="https://code.estradiol.cloud/tamsin" rel="me" title="Code">code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-gitlab"></i> <a href="https://gitlab.com/no-reply" rel="me" title="Code">work code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-github"></i> <a href="https://github.com/no_eply" rel="me" title="Code">more code</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="aside__content">
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer class="page__footer"></footer>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
19
public/tags/linux/index.xml
Normal file
19
public/tags/linux/index.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Linux on estradiol.cloud</title>
|
||||
<link>https://estradiol.cloud/tags/linux/</link>
|
||||
<description>Recent content in Linux on estradiol.cloud</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Mon, 01 Jul 2024 13:37:53 -0700</lastBuildDate>
|
||||
<atom:link href="https://estradiol.cloud/tags/linux/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Signal Desktop on Arch & Wayland</title>
|
||||
<link>https://estradiol.cloud/posts/signal-desktop-on-arch-wayland/</link>
|
||||
<pubDate>Mon, 01 Jul 2024 13:37:53 -0700</pubDate>
|
||||
<guid>https://estradiol.cloud/posts/signal-desktop-on-arch-wayland/</guid>
|
||||
<description>i&rsquo;ve used Signal as my preferred messaging app since around 2015. for a long time, i had the desktop application, and used it often to text directly from my laptop. since switching to Wayland, years ago now, i have simply lived without it: the desktop app didn&rsquo;t have native wayland support, and i was unwilling to jump through xwayland hoops.
today, i finally broke down and went looking for a fix.</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
@ -4,7 +4,7 @@
|
||||
<title>Meta on estradiol.cloud</title>
|
||||
<link>https://estradiol.cloud/tags/meta/</link>
|
||||
<description>Recent content in Meta on estradiol.cloud</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Tue, 12 Mar 2024 16:45:59 -0700</lastBuildDate>
|
||||
<atom:link href="https://estradiol.cloud/tags/meta/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
@ -4,7 +4,7 @@
|
||||
<title>Miniflux on estradiol.cloud</title>
|
||||
<link>https://estradiol.cloud/tags/miniflux/</link>
|
||||
<description>Recent content in Miniflux on estradiol.cloud</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Mon, 04 Mar 2024 14:56:38 -0800</lastBuildDate>
|
||||
<atom:link href="https://estradiol.cloud/tags/miniflux/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
@ -4,7 +4,7 @@
|
||||
<title>Rss on estradiol.cloud</title>
|
||||
<link>https://estradiol.cloud/tags/rss/</link>
|
||||
<description>Recent content in Rss on estradiol.cloud</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Mon, 04 Mar 2024 14:56:38 -0800</lastBuildDate>
|
||||
<atom:link href="https://estradiol.cloud/tags/rss/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
90
public/tags/wayland/index.html
Normal file
90
public/tags/wayland/index.html
Normal file
@ -0,0 +1,90 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head><title>Wayland – estradiol.cloud</title>
|
||||
<meta name="description" content="> [the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.](https://doi.org/10.5749/minnesota/9780816650477.003.0001)
|
||||
|
||||
----
|
||||
|
||||
Ь 887 | 2
|
||||
">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="UTF-8"/>
|
||||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.4/css/academicons.min.css" integrity="sha512-IW0nhlW5MgNydsXJO40En2EoCkTTjZhI3yuODrZIc8cQ4h1XcF53PsqDHa09NqnkXuIe0Oiyyj171BqZFwISBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
|
||||
|
||||
<link rel="stylesheet" href="https://estradiol.cloud/css/palettes/material.css">
|
||||
<link rel="stylesheet" href="https://estradiol.cloud/css/risotto.css">
|
||||
<link rel="stylesheet" href="https://estradiol.cloud/css/custom.css">
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="estradiol.cloud Feed" href="index.xml" />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="page">
|
||||
|
||||
<header class="page__header"><nav class="page__nav main-nav">
|
||||
<ul>
|
||||
<li class="nomarker"><h1 class="page__logo"><a href="https://estradiol.cloud/" class="page__logo-inner">estradiol.cloud</a></h1></li><li class="main-nav__item"><a class="nav-main-item" href="https://estradiol.cloud/posts/" title="">Posts</a></li></ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
<section class="page__body"><h1 id="wayland">Wayland</h1><ul><li><a href="https://estradiol.cloud/posts/signal-desktop-on-arch-wayland/">Signal Desktop on Arch & Wayland</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section class="page__aside">
|
||||
<div class="aside__about">
|
||||
<div class="aside__about"><h1 class="about__title">it's estradiol.cloud!</h1>
|
||||
<p class="about__description"><blockquote>
|
||||
<p><a href="https://doi.org/10.5749/minnesota/9780816650477.003.0001">the regrown limb can be monstrous, duplicated, potent. We have all been injured, profoundly.</a></p>
|
||||
</blockquote>
|
||||
<hr>
|
||||
<p>Ь 887 | 2</p>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<ul class="aside__social-links">
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://hachyderm.io/@no_reply" rel="me" title="Hachyderm">hachyderm.io/@no_reply</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-mastodon"></i> <a href="https://chaosfem.tw/@t4tamsin" rel="me" title="Chaosfem"></i>chaosfem.tw/@t4tamsin</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-git-alt"></i> <a href="https://code.estradiol.cloud/tamsin" rel="me" title="Code">code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-gitlab"></i> <a href="https://gitlab.com/no-reply" rel="me" title="Code">work code</a>
|
||||
</li>
|
||||
<li>
|
||||
<i class="fa-brands fa-github"></i> <a href="https://github.com/no_eply" rel="me" title="Code">more code</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="aside__content">
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer class="page__footer"></footer>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
19
public/tags/wayland/index.xml
Normal file
19
public/tags/wayland/index.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Wayland on estradiol.cloud</title>
|
||||
<link>https://estradiol.cloud/tags/wayland/</link>
|
||||
<description>Recent content in Wayland on estradiol.cloud</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Mon, 01 Jul 2024 13:37:53 -0700</lastBuildDate>
|
||||
<atom:link href="https://estradiol.cloud/tags/wayland/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Signal Desktop on Arch & Wayland</title>
|
||||
<link>https://estradiol.cloud/posts/signal-desktop-on-arch-wayland/</link>
|
||||
<pubDate>Mon, 01 Jul 2024 13:37:53 -0700</pubDate>
|
||||
<guid>https://estradiol.cloud/posts/signal-desktop-on-arch-wayland/</guid>
|
||||
<description>i&rsquo;ve used Signal as my preferred messaging app since around 2015. for a long time, i had the desktop application, and used it often to text directly from my laptop. since switching to Wayland, years ago now, i have simply lived without it: the desktop app didn&rsquo;t have native wayland support, and i was unwilling to jump through xwayland hoops.
today, i finally broke down and went looking for a fix.</description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
Loading…
Reference in New Issue
Block a user