index — crispy-website @ aa2e22921066cf4ed3e4175f4aa8db854a26f1ef

My personal homepage (very crispy)

css: width blog widthlimit to css
crispy-caesus crispy@crispy-caesus.eu
Tue, 24 Mar 2026 23:51:45 +0100
commit

aa2e22921066cf4ed3e4175f4aa8db854a26f1ef

parent

af1cd99922949c9a889fd629f9d7a1e18ef37767

M blog/2026-03-21 Start graphical app through independent shell/post.txtblog/2026-03-21 Start graphical app through independent shell/post.txt

@@ -1,9 +1,6 @@

-Sometimes for obscure reasons I ssh into a device and want to start a graphical -app on the device. Maybe I wanna reload new groups on my user without -restarting my compositor or maybe I just wanna troll somebody. +Sometimes for obscure reasons I ssh into a device and want to start a graphical app on the device. Maybe I wanna reload new groups on my user without restarting my compositor or maybe I just wanna troll somebody. -You essentially just need to set a few environment variables to access the -graphical session and be the same user. +You essentially just need to set a few environment variables to access the graphical session and be the same user. ------------------------------------------------------------ Wayland:

@@ -16,6 +13,4 @@ ------------------------------------------------------------

You might have to adjust the userid or display number based on your setup. -This only deals with the most basic display things. If there are further -libraries and/or utilities like a polkit, you'll additionally have to link -that. +This only deals with the most basic display things. If there are further libraries and/or utilities like a polkit, you'll additionally have to link that.
A static/blog.css

@@ -0,0 +1,4 @@

+p{ + max-width: 80ch; + text-wrap: wrap; +}
M templates/blogpost.gotmpltemplates/blogpost.gotmpl

@@ -3,6 +3,7 @@ <html lang="en">

<head> <title>{{.Title}}</title> <link rel="stylesheet" href="../static/global.css" /> + <link rel="stylesheet" href="../static/blog.css" /> <link rel="icon" type="image/png" href="../static/banan_icon.png" /> </head> <body>