css: width blog widthlimit to css
crispy-caesus crispy@crispy-caesus.eu
Tue, 24 Mar 2026 23:51:45 +0100
3 files changed,
8 insertions(+),
8 deletions(-)
M
blog/2026-03-21 Start graphical app through independent shell/post.txt
→
blog/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.
M
templates/blogpost.gotmpl
→
templates/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>