aboutsummaryrefslogtreecommitdiff
path: root/docs/posts/my_setup/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/posts/my_setup/index.html')
-rw-r--r--docs/posts/my_setup/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/posts/my_setup/index.html b/docs/posts/my_setup/index.html
index f652a38..4ac9d91 100644
--- a/docs/posts/my_setup/index.html
+++ b/docs/posts/my_setup/index.html
@@ -10,6 +10,7 @@
10 <meta property="og:type" content="website"> 10 <meta property="og:type" content="website">
11 <meta property="og:description" content="a static site {for, by, about} me "> 11 <meta property="og:description" content="a static site {for, by, about} me ">
12 <meta property="og:url" content="https://peppe.rs"> 12 <meta property="og:url" content="https://peppe.rs">
13 <link rel="icon" type="image/x-icon" href="/favicon.png">
13 <title>My Setup - peppe.rs</title> 14 <title>My Setup - peppe.rs</title>
14 <body> 15 <body>
15 <div class="posts"> 16 <div class="posts">
@@ -46,10 +47,10 @@ to replicate on fresh installations. You can find my
46configuration files on <a href="https://github.com/nerdypepper">GitHub</a>.</p> 47configuration files on <a href="https://github.com/nerdypepper">GitHub</a>.</p>
47 48
48<p>I run Void Linux (glibc) on my 49<p>I run Void Linux (glibc) on my
49<a href="https://store.hp.com/us/en/mdp/laptops/envy-13">HP Envy 13&quot; (2018)</a>. 50<a href="https://store.hp.com/us/en/mdp/laptops/envy-13">HP Envy 13&#8221; (2018)</a>.
50To keep things simple, I run a raw X session with <code>2bwm</code> as my 51To keep things simple, I run a raw X session with <code>2bwm</code> as my
51window manager, along with <code>dunst</code> (notification daemon) and 52window manager, along with <code>dunst</code> (notification daemon) and
52Sam&#8217;s <a href="https://github.com/sdhand/compton"><code>compton</code></a> 53Sam&#39;s <a href="https://github.com/sdhand/compton"><code>compton</code></a>
53(compositor) fork.</p> 54(compositor) fork.</p>
54 55
55<p>I am a fan of GNU tools, so I use <code>bash</code> as my shell, and 56<p>I am a fan of GNU tools, so I use <code>bash</code> as my shell, and