toad.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server operated by David Troy, a tech pioneer and investigative journalist addressing threats to democracy. Thoughtful participation and discussion welcome.

Administered by:

Server stats:

279
active users

#sway

8 posts6 participants0 posts today
gmc<p>Right, so, I'm now daily driving <a href="https://friends.chasmcity.net/search?tag=Wayland" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Wayland</span></a> on my <a href="https://friends.chasmcity.net/search?tag=Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> install on the main laptop. The switch from X wasn't all that of a kerfuffle. I already prepared a few years ago by switching from xmonad to i3, and <a href="https://friends.chasmcity.net/search?tag=Sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Sway</span></a> just takes i3's config. And I was forced to use Wayland on my <a href="https://friends.chasmcity.net/search?tag=FreeBSD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FreeBSD</span></a> install on this laptop as well, because X refused service.</p><p>Had to configure waybar a bit to look less like a circus and more like something you'd expect to see on an 80s serial terminal, and initially the whole thing segfaulted on me a few times.</p><p>It's fine now. It's just a bit annoying that from time to time it shows a black screen for 0.5 seconds, for no obvious reason. And the fact that X apps look fuzzy. But hey, this is the future!</p><p>So now all the Wayland devotees can praise me and all the X devotees can deride me.</p><p>Meanwhile, I'll be trying FreeBSD 14.3 on this laptop, I hear the wifi support has drastically improved.</p>
Vincent Jousse<p>Bon je dois me rendre à l’évidence : je crois que j’aime bien écrire des articles de blog/tuto sur des sujets <a href="https://mamot.fr/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a> comme j’ai fait pour celui sur <a href="https://mamot.fr/tags/neovim" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>neovim</span></a> <br>Est-ce qu’il y aurait d’autres sujets qui pourraient vous intéresser ? Mon setup <a href="https://mamot.fr/tags/desktop" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>desktop</span></a> <a href="https://mamot.fr/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> optimisé pour l’utilisation clavier avec <a href="https://mamot.fr/tags/sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sway</span></a>, <a href="https://mamot.fr/tags/kitty" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kitty</span></a>, le lanceur <a href="https://mamot.fr/tags/rofi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rofi</span></a> (apps, emojis, etc), mes mappings <a href="https://mamot.fr/tags/ergol" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ergol</span></a> et mes quelques apps <a href="https://mamot.fr/tags/cli" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cli</span></a> dont je peux pas me passer ?<br>Des tutos <a href="https://mamot.fr/tags/python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>python</span></a> sur <a href="https://mamot.fr/tags/litestar" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>litestar</span></a> notamment ? Autre chose ?</p>
R.L. Dane :Debian: :OpenBSD: 🍵 :MiraLovesYou:<p><span class="h-card"><a href="https://mastodon.social/@xerxespersrex" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>xerxespersrex</span></a></span></p><p><a href="https://polymaths.social/tags/sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Sway</span></a> <em>really</em> doesn't like display managers.</p><p>On my Sway machines, I use <code>multi-user.target</code> (not <code>graphical.target</code>) and have the following in my <code>~/.bashrc</code>:</p><pre><code>function inst { type "$@" &amp;&gt;/dev/null } [[ -n $PPNAME ]] || PPNAME=$($psef |awk '$2=='$SHELL_PPID' {print $8}') if [[ $PPNAME =~ (.*/)?login &amp;&amp; $XDG_SESSION_TYPE == tty ]] &amp;&amp; inst sway &amp;&amp; [[ -e ~/.config/sway/config ]] &amp;&amp; ! pcheck -x sway; then swaytmpfile=/tmp/.swaystart.$USER function _startsway { touch $swaytmpfile local logfile=~/.sway.log [[ -f $logfile ]] &amp;&amp; mv -f $logfile{,~} echo "Starting sway..." export _JAVA_AWT_WM_NONREPARENTING=1 # ask Firefox to use Wayland export MOZ_ENABLE_WAYLAND=1 export MOZ_WEBRENDER=1 # set XDG vars for apps that might need it export XDG_SESSION_TYPE=wayland export XDG_CURRENT_DESKTOP=sway exec sway -d &amp;&gt; $logfile } echo tmpisram=false \mount |grep -qF 'tmpfs on /tmp ' &amp;&amp; tmpisram=true if $tmpisram &amp;&amp; [[ ! -e $swaytmpfile ]]; then read -N1 -t1 -p "Start sway? [Y/n] &gt;" ynstartsway echo [[ $ynstartsway == [nN]* ]] || _startsway else read -N1 -t 5 -p "Start sway? [y/N] &gt; " ynstartsway; echo if [[ $ynstartsway =~ ^[yY]$ ]]; then $tmpisram &amp;&amp; touch $swaytmpfile _startsway fi fi unset swaytmpfile tmpisram ynstartsway fi </code></pre>
R.L. Dane :Debian: :OpenBSD: 🍵 :MiraLovesYou:<p><span class="h-card"><a href="https://polymaths.social/@tripplehelix" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>tripplehelix</span></a></span></p><p>They're just so dang convenient!</p><p>Also, while I love <a href="https://polymaths.social/tags/kde" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>KDE</span></a> <a href="https://polymaths.social/tags/plasma" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Plasma</span></a>'s flexibility, power, and aesthetics, there's just something about the directness and immediacy of <a href="https://polymaths.social/tags/i3wm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>i3wm</span></a> / <a href="https://polymaths.social/tags/sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sway</span></a> that I just can't give up.</p><p>I still totally love Plasma at work, and it's great for my convertible/yoga device, but for just sitting down and doing concentrated/focused text-based work, tiling is where it's at.</p>
9to5Linux<p><a href="https://floss.social/tags/Sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Sway</span></a> 1.11 Tiling <a href="https://floss.social/tags/Wayland" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Wayland</span></a> Compositor Adds Support for Explicit Synchronization and Other Major Changes <a href="https://9to5linux.com/sway-1-11-tiling-wayland-compositor-adds-support-for-explicit-synchronization" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">9to5linux.com/sway-1-11-tiling</span><span class="invisible">-wayland-compositor-adds-support-for-explicit-synchronization</span></a></p><p><a href="https://floss.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://floss.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a></p>
Tom<p>OK, so now that I use sway, gnome apps now feel like they are allowed to show their awful not asked for, non Linux like CSD's again.</p><p>Is there a package or a way in sway to completely and utterly destroy CSD's?</p><p>I have <code>gtk3-nocsd</code>, but I'm guessing these are gtk4 apps, I also have <code>set -gx GTK_CSD 0</code> set in my fish config. These packages are not ones I can avoid.</p><p>gtk.css?</p><p><a href="https://polymaths.social/tags/sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sway</span></a> <a href="https://polymaths.social/tags/askfedi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>askfedi</span></a> <a href="https://polymaths.social/tags/fedihelp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fedihelp</span></a> <a href="https://polymaths.social/tags/csd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csd</span></a> <a href="https://polymaths.social/tags/gnome" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gnome</span></a> <a href="https://polymaths.social/tags/gtk3" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gtk3</span></a> <a href="https://polymaths.social/tags/gtk4" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gtk4</span></a></p>
Tram 日本 🐈‍ 🪻<p><span class="h-card" translate="no"><a href="https://fosstodon.org/@levynoise" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>levynoise</span></a></span> totally unstable for me when I tried it. <a href="https://famichiki.jp/tags/sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sway</span></a> is the way to go ( for <a href="https://famichiki.jp/tags/wayland" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wayland</span></a> )</p>
Stéphane<p><span class="h-card" translate="no"><a href="https://fosstodon.org/@btp" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>btp</span></a></span> I just watched the intro video for <a href="https://jasette.facil.services/tags/sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sway</span></a>. gave me a headache.</p>
WIST Quotations<p><a href="https://wist.info/burke-edmund/76896/" rel="nofollow noopener noreferrer" target="_blank">A quotation from <b>Edmund Burke</b></a></p><blockquote>If an idiot were to tell you the same story every day for a year, you would end by believing it.</blockquote><p><b>Edmund Burke</b> (1729-1797) Anglo-Irish statesman, orator, philosopher<br>(Attributed)</p> <p>Sourcing, notes: <a href="https://wist.info/burke-edmund/76896/" rel="nofollow noopener noreferrer" target="_blank">wist.info/burke-edmund/76896/</a></p><p><a href="https://my-place.social/search?tag=quote" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>quote</span></a> <a href="https://my-place.social/search?tag=quotes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>quotes</span></a> <a href="https://my-place.social/search?tag=quotation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>quotation</span></a> <a href="https://my-place.social/search?tag=qotd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>qotd</span></a> <a href="https://my-place.social/search?tag=belief" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>belief</span></a> <a href="https://my-place.social/search?tag=brainwashing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>brainwashing</span></a> <a href="https://my-place.social/search?tag=convincing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>convincing</span></a> <a href="https://my-place.social/search?tag=disinformation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>disinformation</span></a> <a href="https://my-place.social/search?tag=idiocy" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>idiocy</span></a> <a href="https://my-place.social/search?tag=misinformation" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>misinformation</span></a> <a href="https://my-place.social/search?tag=repetition" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>repetition</span></a> <a href="https://my-place.social/search?tag=stupidity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>stupidity</span></a> <a href="https://my-place.social/search?tag=sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sway</span></a> <a href="https://my-place.social/search?tag=persuasion" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>persuasion</span></a></p>
DW 🐧🖖<p><a href="https://github.com/negrel/wooz" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/negrel/wooz</span><span class="invisible"></span></a></p><p>Slick little zoom tool for <a href="https://mas.to/tags/swaym" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>swaym</span></a> <a href="https://mas.to/tags/sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sway</span></a> <a href="https://mas.to/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> </p><p>Always knew it was an itchy issue getting it implemented (ask drew !). </p><p>`bindsym $key exec wooz `<br>wheel scroll, left click drag, right click exit. 👍</p>
Alberto :vegan:<p>I wish I saw this playlist sooner:</p><p><a href="https://www.youtube.com/playlist?list=PLmdC-nFV-Ho4lBrT2PPrJ5FTB7YlfkXUx" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/playlist?list=PLmd</span><span class="invisible">C-nFV-Ho4lBrT2PPrJ5FTB7YlfkXUx</span></a></p><p>please, feel free to share stuff related to <a href="https://masto.es/tags/sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sway</span></a> and others <a href="https://masto.es/tags/wm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wm</span></a> that might be interesting with me :pinkwatermelon:</p>
R.L. Dane :Debian: :OpenBSD: 🍵 :MiraLovesYou:<p>Kinda frustrated with the state of <a href="https://polymaths.social/tags/desktops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>desktops</span></a> in <a href="https://polymaths.social/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> / <a href="https://polymaths.social/tags/bsd" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BSD</span></a> / <a href="https://polymaths.social/tags/unix" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Unix</span></a></p><p>You can either have a fully functional, but kind of frustrating-to-use (too mouse-centric) desktop with Gnome or KDE Plasma, or you can have a lean, efficient, and fast wm/compositor like <a href="https://polymaths.social/tags/i3" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>i3</span></a>, <a href="https://polymaths.social/tags/sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sway</span></a> <a href="https://polymaths.social/tags/awesomewm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>awesomewm</span></a> <a href="https://polymaths.social/tags/evilwm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>evilwm</span></a>, <a href="https://polymaths.social/tags/cwm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cwm</span></a>, <a href="https://polymaths.social/tags/bspwm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bspwm</span></a>, or whatever you like, BUT you will <em>constantly</em> be scratching your head when <a href="https://polymaths.social/tags/gnome" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Gnome</span></a> and <a href="https://polymaths.social/tags/gtk" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GTK</span></a> programs either start very slowly or refuse to run at all, and are constantly trying to figure out what combination of configuration, daemon, and small animal sacrifices are necessary to do what the big, bloated desktops do automatically.</p><p>It's freaking exhausting, and I want to go back to the days that every one just ran <a href="https://polymaths.social/tags/icewm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>IceWM</span></a>, <a href="https://polymaths.social/tags/enlightenment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Enlightenment</span></a>, or <a href="https://polymaths.social/tags/windowmaker" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WindowMaker</span></a>.</p><p>P.S., Just for clarity, I really do love <a href="https://polymaths.social/tags/kde" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>KDE</span></a> <a href="https://polymaths.social/tags/plasma" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Plasma</span></a>. I think it's a wonderful, easy-to-use, <em>and</em> extremely flexible desktop. But sometimes I really don't want a desktop, I just want a lean-and-basic UI that stays out of my way (for home stuff vs. work stuff, generally).</p>
Kevin Karhan :verified:<p><span class="h-card" translate="no"><a href="https://fedi.catto.garden/users/gettie" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>gettie</span></a></span> <span class="h-card" translate="no"><a href="https://mai.waifuism.life/@waifu" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>waifu</span></a></span> <a href="https://infosec.space/tags/Sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Sway</span></a> is basically <a href="https://infosec.space/tags/i3gaps" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>i3gaps</span></a> but for <a href="https://infosec.space/tags/Waypand" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Waypand</span></a> since <a href="https://infosec.space/tags/i3" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>i3</span></a> requires <a href="https://infosec.space/tags/Xorg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Xorg</span></a>!</p>
Wizards Anonymous<p>After months exclusively using the <a href="https://mastodon.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a> <a href="https://mastodon.social/tags/Wayland" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Wayland</span></a> <a href="https://mastodon.social/tags/Sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Sway</span></a> <a href="https://mastodon.social/tags/WindowManager" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WindowManager</span></a>, I'm finding that I would be grateful if there was a way to do the following with <a href="https://mastodon.social/tags/mouse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mouse</span></a>. Increase the <a href="https://mastodon.social/tags/MouseCursor" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MouseCursor</span></a> size, <a href="https://mastodon.social/tags/LockScreen" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LockScreen</span></a> with mouse, open <a href="https://mastodon.social/tags/Calendar" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Calendar</span></a> with mouse, reboot or shutdown with mouse, adjust screen <a href="https://mastodon.social/tags/brightnessctl" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>brightnessctl</span></a> and <a href="https://mastodon.social/tags/wlsunset" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wlsunset</span></a> with mouse, open <a href="https://mastodon.social/tags/BluetoothManager" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>BluetoothManager</span></a> with mouse, open wifi and network settings with mouse, <a href="https://mastodon.social/tags/AppLauncher" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AppLauncher</span></a> with mouse. I'm uncertain of how to approach some of these on <a href="https://mastodon.social/tags/SwayWM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SwayWM</span></a></p>
Martin<span class="h-card"><a href="https://social.binarydad.com/users/ryan" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@ryan@social.binarydad.com</a></span><br>It's matter of taste I guess. I am noe using <a href="https://social.mdosch.de?t=sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#sway</a>, before that <a href="https://social.mdosch.de?t=i3" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#i3</a>, before that <a href="https://social.mdosch.de?t=gnome" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#GNOME</a> and I don't and didn't miss a dock.<br>What would I need it for?<br>
Mark Stosberg<p>As a long-time Sway window-manager user on <a href="https://urbanists.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a>, I gave <a href="https://urbanists.social/tags/Cosmic" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Cosmic</span></a> a try today on a new laptop.</p><p>I was surprised that it it seems to support all the tiling keyboard shortcuts I wanted use and nearly all my other other configuration.</p><p>One feature missing for me was remapping some mouse keys via libinput.</p><p>I'll stick with Sway for now because I have it dialed in with no major complaints, but will keep an eye on Cosmic's future releases. Impressed.</p><p><a href="https://urbanists.social/tags/sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sway</span></a> <a href="https://urbanists.social/tags/swaywm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>swaywm</span></a> <a href="https://urbanists.social/tags/wayland" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wayland</span></a></p>
Piotr Miller<p>It turns out that, living in my little bubble (<a href="https://fosstodon.org/tags/sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sway</span></a> <a href="https://fosstodon.org/tags/Hyprland" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Hyprland</span></a> <a href="https://fosstodon.org/tags/Wayland" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Wayland</span></a> <a href="https://fosstodon.org/tags/nwgshell" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nwgshell</span></a> <a href="https://fosstodon.org/tags/archlinux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>archlinux</span></a> <a href="https://fosstodon.org/tags/astrophysics" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>astrophysics</span></a>), I completely missed the drama happening on fosstodon.org. I liked Fediverse, but I don't know if I'll have the time or desire to move to another instance, if <a href="https://fosstodon.org/tags/Fosstodon" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Fosstodon</span></a> goes offline.</p>
codeDude :archlinux: :neovim:<p>Hey <a href="https://floss.social/tags/thinkpad" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>thinkpad</span></a> user I want to get a good thinkpad to <a href="https://floss.social/tags/softwareDevelop" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>softwareDevelop</span></a> stuff, you know run develop env, <a href="https://floss.social/tags/nodejs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nodejs</span></a> ,<a href="https://floss.social/tags/nextjs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nextjs</span></a> ,<a href="https://floss.social/tags/rubyOnRails" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rubyOnRails</span></a>, <a href="https://floss.social/tags/php" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>php</span></a>, <a href="https://floss.social/tags/laravel" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>laravel</span></a> . About What system run it's an <a href="https://floss.social/tags/archLinux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>archLinux</span></a> with <a href="https://floss.social/tags/sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sway</span></a> So I'd like some recomendation about What thinkpad do you recommend</p>
Chris Renfrow :ferris_gesture:<p>I seem to have broken something. :blobfoxupsidedowndizzy: </p><p><a href="https://hachyderm.io/tags/sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sway</span></a> <a href="https://hachyderm.io/tags/wayland" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wayland</span></a> <a href="https://hachyderm.io/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a></p>
Mark Stosberg<p>For those <a href="https://urbanists.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> users who use the <a href="https://urbanists.social/tags/Sway" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Sway</span></a> window manager, have you tried Jay?</p><p>Jay just released 1.10.0.</p><p><a href="https://github.com/mahkoh/jay/releases/tag/v1.10.0" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/mahkoh/jay/releases</span><span class="invisible">/tag/v1.10.0</span></a></p><p>Same vibes as Sway, but in Rust but without an attempt to maintain compatibility. For example, the config file is in TOML.</p><p><a href="https://urbanists.social/tags/JayWM" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JayWM</span></a> <a href="https://urbanists.social/tags/Wayland" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Wayland</span></a></p>