dwm-hiltjo-my-windowmanager-configuration.html - www.codemadness.org - www.codemadness.org saait content files
 (HTM) git clone git://git.codemadness.org/www.codemadness.org
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       dwm-hiltjo-my-windowmanager-configuration.html (3755B)
       ---
            1 <!DOCTYPE html>
            2 <html dir="ltr" lang="en">
            3 <head>
            4         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
            5         <meta http-equiv="Content-Language" content="en" />
            6         <meta name="viewport" content="width=device-width" />
            7         <meta name="keywords" content="dwm, suckless" />
            8         <meta name="description" content="My DWM configuration; a few added features to suit my needs" />
            9         <meta name="author" content="Hiltjo" />
           10         <meta name="generator" content="Static content generated using saait: https://codemadness.org/saait.html" />
           11         <title>DWM-hiltjo: my windowmanager configuration - Codemadness</title>
           12         <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
           13         <link rel="stylesheet" href="print.css" type="text/css" media="print" />
           14         <link rel="alternate" href="atom.xml" type="application/atom+xml" title="Codemadness Atom Feed" />
           15         <link rel="alternate" href="atom_content.xml" type="application/atom+xml" title="Codemadness Atom Feed with content" />
           16         <link rel="icon" href="/favicon.png" type="image/png" />
           17 </head>
           18 <body>
           19         <nav id="menuwrap">
           20                 <table id="menu" width="100%" border="0">
           21                 <tr>
           22                         <td id="links" align="left">
           23                                 <a href="index.html">Blog</a> |
           24                                 <a href="/git/" title="Git repository with some of my projects">Git</a> |
           25                                 <a href="/releases/">Releases</a> |
           26                                 <a href="gopher://codemadness.org">Gopherhole</a>
           27                         </td>
           28                         <td id="links-contact" align="right">
           29                                 <span class="hidden"> | </span>
           30                                 <a href="feeds.html">Feeds</a> |
           31                                 <a href="pgp.asc">PGP</a> |
           32                                 <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
           33                         </td>
           34                 </tr>
           35                 </table>
           36         </nav>
           37         <hr class="hidden" />
           38         <main id="mainwrap">
           39                 <div id="main">
           40                         <article>
           41 <header>
           42         <h1>DWM-hiltjo: my windowmanager configuration</h1>
           43         <p>
           44         <strong>Last modification on </strong> <time>2020-07-20</time>
           45         </p>
           46 </header>
           47 
           48 <p><a href="https://dwm.suckless.org/">DWM</a> is a very minimal windowmanager. It has the most essential features I
           49 need, everything else is "do-it-yourself" or extending it with the many
           50 available <a href="https://dwm.suckless.org/patches/">patches</a>. The vanilla version is less than 2000 SLOC. This makes it
           51 easy to understand and modify it.</p>
           52 <p>I really like my configuration at the moment and want to share my changes. Some
           53 of the features listed below are patches from suckless.org I applied, but there
           54 are also some changes I made.</p>
           55 <p>This configuration is entirely tailored for my preferences of course.</p>
           56 <h2>Features</h2>
           57 <ul>
           58 <li>Titlebar:
           59 <ul>
           60 <li>Shows all clients of the selected / active tags.</li>
           61 <li>Divide application titlebars evenly among available space.</li>
           62 <li>Colour urgent clients in the taskbar on active tags.</li>
           63 <li>Left-click focuses clicked client.</li>
           64 <li>Right-click toggles monocle layout.</li>
           65 <li>Middle-click kills the clicked client.</li>
           66 </ul>
           67 </li>
           68 <li>Tagbar:
           69 <ul>
           70 <li>Only show active tags.</li>
           71 <li>Colour inactive tags with urgent clients.</li>
           72 </ul>
           73 </li>
           74 <li>Layouts:
           75 <ul>
           76 <li>Cycle layouts with Modkey + Space (next) and Modkey + Control + Space
           77 (previous).</li>
           78 <li>Fullscreen layout (hides topbar and removes borders).</li>
           79 </ul>
           80 </li>
           81 <li>Other:
           82 <ul>
           83 <li>Move tiled clients around with the mouse (drag-move), awesomewm-like.</li>
           84 <li>Add some keybinds for multimedia keyboards (audio play / pause, mute, www,
           85 volume buttons, etc).</li>
           86 </ul>
           87 </li>
           88 <li>... and more ;) ...</li>
           89 </ul>
           90 <h2>Clone</h2>
           91 <pre><code>git clone -b hiltjo git://git.codemadness.org/dwm
           92 </code></pre>
           93 <h2>Screenshot</h2>
           94 <p><a href="downloads/screenshots/dwm-screenshot.png"><img src="downloads/screenshots/dwm-screenshot-thumb.png" alt="Screenshot showing what dwm-hiltjo looks like" width="480" height="300" loading="lazy" /></a></p>
           95 
           96                         </article>
           97                 </div>
           98         </main>
           99 </body>
          100 </html>