<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/atom.xsl" type="text/xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Posts tagged: archlinux</title>
  <id>https://waylonwalker.com/tags/archlinux/atom.xml</id>
  <updated>2025-07-08T18:02:18Z</updated>
  <subtitle>All posts with the tag &#34;archlinux&#34;</subtitle>
  <link href="https://waylonwalker.com/tags/archlinux/" rel="alternate" type="text/html"></link>
  <link href="https://waylonwalker.com/tags/archlinux/atom.xml" rel="self" type="application/atom+xml"></link>
  <author>
    <name>Waylon Walker</name>
  </author>
  <generator uri="https://github.com/WaylonWalker/markata-go">markata-go</generator>
  <entry>
    <title>💭 omarchy/install/webapps.sh at master · basecamp/omarchy</title>
    <id>https://waylonwalker.com/thought-741/</id>
    <updated>2025-07-08T18:02:18Z</updated>
    <published>2025-07-08T18:02:18Z</published>
    <link href="https://waylonwalker.com/thought-741/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://github.com/basecamp/omarchy/blob/master/install/webapps.sh</summary>
    <content type="html">&lt;figure&gt;&#xA;&lt;a href=&#34;/static/https://github.com/basecamp/omarchy/blob/master/install/webapps.sh&#34; class=&#34;glightbox-link&#34;&gt;&lt;img class=&#34;glightbox&#34; src=&#34;/static/https://github.com/basecamp/omarchy/blob/master/install/webapps.sh&#34; alt=&#34;https://github.com/basecamp/omarchy/blob/master/install/webapps.sh&#34;/ data-glightbox=&#34;description: https://github.com/basecamp/omarchy/blob/master/install/webapps.sh&#34;&gt;&lt;/a&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;I’m digging these web2app’s from DHH’s omarchy for setting up an opinionated archlinux hyprland.  This gives a way to quickly open a web app as an app either with a hotkey or run launcher in its own dedicated window that you can put on it’s own workspace.  I really like a workflow of keeping one window per workspace on one monitor and I can quickly navigate between apps with a single hotkey.  This gives you the power to switch through things like chat, terminal, browser, steam game with blazing speed from the keybaord, no clicking no searching, just going directly to it.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>tmux clipboard on hyprland</title>
    <id>https://waylonwalker.com/tmux-clipboard-on-hyprland/</id>
    <updated>2025-07-06T20:45:47Z</updated>
    <published>2025-07-06T20:45:47Z</published>
    <link href="https://waylonwalker.com/tmux-clipboard-on-hyprland/" rel="alternate" type="text/html"></link>
    <summary type="text">Smooth clipboard settings for tmux is critical for my workflow. I&#39;m often grabbing snippets of terminal output to paste into team chats, blog posts, or llm...</summary>
    <content type="html">&lt;p&gt;Smooth clipboard settings for tmux is critical for my workflow.  I’m often&#xA;grabbing snippets of terminal output to paste into team chats, blog posts, or&#xA;llm prompts.  Admittedly, I’m often doing this with the mouse, unless it’s&#xA;coming from neovim, which I generally do with motions.  Moving from an &lt;code&gt;xorg&lt;/code&gt;&#xA;based setup to hyprland has required me to reconfigure my tmux clipboard&#xA;settings.  This is what I did.&lt;/p&gt;&#xA;&lt;p&gt;First install wl-clipboard with &lt;a href=&#34;/paru/&#34; class=&#34;glossary-term&#34; title=&#34;paru is a package manager for archlinux that installs packages from the &lt;a href=&#34;/aur/&#34; class=&#34;glossary-term&#34; title=&#34;Arch User Repository, a collection of community maintained packages for archlinux.&#34;&gt;AUR&lt;/a&gt;.&#34;&gt;paru&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;paru -S wl-clipboard&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Next add this to your tmux config.  I’ve long had this config, but with only&#xA;the &lt;code&gt;xorg&lt;/code&gt;/&lt;code&gt;xclip&lt;/code&gt; setup, now this checks for wl-copy, uses it, or falls back to&#xA;my old &lt;code&gt;xclip&lt;/code&gt; setup.&lt;/p&gt;&#xA;&lt;pre class=&#34;chroma&#34;&gt;&lt;code&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;bind&lt;/span&gt; -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel &lt;span class=&#34;s2&#34;&gt;&amp;#34;bash -c &amp;#39;command -v wl-copy &amp;gt;/dev/null &amp;amp;&amp;amp; wl-copy || xclip -i -f -selection primary | xclip -i -selection clipboard&amp;#39;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;set-option -s set-clipboard off&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel &lt;span class=&#34;s2&#34;&gt;&amp;#34;bash -c &amp;#39;command -v wl-copy &amp;gt;/dev/null &amp;amp;&amp;amp; wl-copy || xclip -i -f -selection primary | xclip -i -selection clipboard&amp;#39;&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
  <entry>
    <title>💭 I was wrong - YouTube</title>
    <id>https://waylonwalker.com/thought-733/</id>
    <updated>2025-07-04T16:53:47Z</updated>
    <published>2025-07-04T16:53:47Z</published>
    <link href="https://waylonwalker.com/thought-733/" rel="alternate" type="text/html"></link>
    <summary type="text">!https://www.youtube.com/watch?v=ZH3iKbEiks0</summary>
    <content type="html">&lt;div class=&#34;embed-card embed-card-external embed-card-provider-youtube&#34;&gt;&#xA;  &lt;div class=&#34;embed-card-rich&#34;&gt;&#xA;&lt;lite-youtube videoid=&#34;ZH3iKbEiks0&#34; title=&#34;I was wrong btw&#34; playlabel=&#34;Play: I was wrong btw&#34;&gt;&lt;/lite-youtube&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Never did I think I would see the day that theprimeagen decided to run &lt;a href=&#34;https://archlinux.org/&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/archlinux.org.png&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/archlinux.org.png&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;archlinux&lt;/a&gt;.  Furthermore him to start ricing it, EVEN furthermore, &lt;a href=&#34;https://www.youtube.com/watch?v=pVI_smLgTY0&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/www.youtube.com.png&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/www.youtube.com.png&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;Pewdiepie runs arch&lt;/a&gt; now, and thinks you should too?? and is promoting it on one of the &lt;a href=&#34;https://socialblade.com/youtube/lists/top/100/subscribers/all/global&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/socialblade.com.ico&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/socialblade.com.ico&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;largest YouTube channels ever&lt;/a&gt;??  Even DHH is getting in the mix with &lt;a href=&#34;https://omarchy.org/&#34; style=&#34;--favicon-url: url(&amp;#39;/assets/markata/link-avatars/omarchy.org.png&amp;#39;);&#34; data-favicon=&#34;/assets/markata/link-avatars/omarchy.org.png&#34; class=&#34;has-avatar  has-avatar-before&#34;&gt;omarchy&lt;/a&gt; Such a cool transistion to see everyone find their way to linux and diving deep into the freedom and customization.&lt;/p&gt;&#xA;&lt;div class=&#34;admonition note&#34;&gt;&#xA;&lt;p class=&#34;admonition-title&#34;&gt;Note&lt;/p&gt;&#xA;&lt;p&gt;This post is a &lt;a href=&#34;/thoughts/&#34; class=&#34;wikilink&#34; data-title=&#34;Thoughts&#34; data-description=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34; data-date=&#34;2024-04-01&#34; data-preview=&#34;These are generally my thoughts on a web page or some sort of url, except a rare few don&amp;#39;t have a link. These are dual published off of my...&#34;&gt;thought&lt;/a&gt;. It’s a short note that I make&#xA;about someone else’s content online &lt;a href=&#34;/tags/thoughts/&#34; class=&#34;hashtag-tag&#34; data-tag=&#34;thoughts&#34; data-count=&#34;2&#34; data-reading-time=&#34;3&#34; data-reading-time-text=&#34;3 minutes&#34;&gt;#thoughts&lt;/a&gt;&lt;/p&gt;&#xA;&lt;/div&gt;&#xA;</content>
    <author>
      <name>Waylon Walker</name>
      <email>hello@waylonwalker.com</email>
      <uri>https://waylonwalker.com</uri>
    </author>
  </entry>
</feed>