Skip to content

Commit 5d27e39

Browse files
committed
1 parent 3937b0e commit 5d27e39

File tree

43 files changed

+48
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+48
-48
lines changed

categories/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a class="p-1 rounded hover:bg-[#404040]" href=https://docs.qtile.org title>Documentation</a>
77
<a class="p-1 rounded hover:bg-[#404040]" href=https://github.com/qtile/qtile/issues/ title>Issues</a>
88
<a class="p-1 rounded hover:bg-[#404040]" href=https://github.com/qtile/qtile/ title>GitHub</a><div class="grid grid-flow-row justify-items-center items-center mx-8 w-full
9-
lg:mx-50"><div>Current release: <b>v0.28.1, Aug 12, 2024</b></div><div class="grid grid-flow-row justify-items-center items-center
9+
lg:mx-50"><div>Current release: <b>v0.29.0, Oct 19, 2024</b></div><div class="grid grid-flow-row justify-items-center items-center
1010
text-sm text-[#378ec8] lg:grid-flow-col"><a class="p-1 hover:text-[#5C9FCD]" href=/download/>Download</a>
1111
<a class="p-1 hover:text-[#5C9FCD]" href=https://github.com/qtile/qtile/blob/master/CHANGELOG>Release Notes</a>
1212
<a class="p-1 hover:text-[#5C9FCD]" href=http://docs.qtile.org/en/latest/manual/install/>Install Guide</a></div></div></div></nav></header><main><article><section class="max-w-full bg-[#222222] text-[#FDFDFE] not-prose"><div class="mx-8 lg:mx-80 p-4"><h1 class=font-varelaRound>Categories</h1></div></section><section><ul><li></li></ul></section></article></main><hr class="mx-8 lg:mx-80"><footer class="mx-8 lg:mx-80 p-4 grid grid-flow-col items-center justify-between"><a href=/><img src=/images/qtile-logo-black.png alt width=64 height=64></a><div class="grid grid-flow-col items-center gap-4"><a href><img src=/images/fa-icons/heart-regular.svg alt="heart icon" height=24 width=24></a>

default_config.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@
7878
[mod],
7979
i.name,
8080
lazy.group[i.name].toscreen(),
81-
desc="Switch to group {}".format(i.name),
81+
desc=f"Switch to group {i.name}",
8282
),
8383
# mod + shift + group number = switch to & move focused window to group
8484
Key(
8585
[mod, "shift"],
8686
i.name,
8787
lazy.window.togroup(i.name, switch_group=True),
88-
desc="Switch to & move focused window to group {}".format(i.name),
88+
desc=f"Switch to & move focused window to group {i.name}",
8989
),
9090
# Or, use below if you prefer not to switch to that group.
9191
# # mod + shift + group number = move focused window to group

download/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<a class="p-1 rounded hover:bg-[#404040]" href=https://docs.qtile.org title>Documentation</a>
77
<a class="p-1 rounded hover:bg-[#404040]" href=https://github.com/qtile/qtile/issues/ title>Issues</a>
88
<a class="p-1 rounded hover:bg-[#404040]" href=https://github.com/qtile/qtile/ title>GitHub</a><div class="grid grid-flow-row justify-items-center items-center mx-8 w-full
9-
lg:mx-50"><div>Current release: <b>v0.28.1, Aug 12, 2024</b></div><div class="grid grid-flow-row justify-items-center items-center
9+
lg:mx-50"><div>Current release: <b>v0.29.0, Oct 19, 2024</b></div><div class="grid grid-flow-row justify-items-center items-center
1010
text-sm text-[#378ec8] lg:grid-flow-col"><a class="p-1 hover:text-[#5C9FCD]" href=/download/>Download</a>
1111
<a class="p-1 hover:text-[#5C9FCD]" href=https://github.com/qtile/qtile/blob/master/CHANGELOG>Release Notes</a>
12-
<a class="p-1 hover:text-[#5C9FCD]" href=http://docs.qtile.org/en/latest/manual/install/>Install Guide</a></div></div></div></nav></header><main><article class="w-auto h-auto prose-a:text-[#215578]"><section class="max-w-full bg-[#222222] text-[#FDFDFE] not-prose"><div class="mx-8 lg:mx-80 p-4"><h1 class=font-varelaRound>Download</h1><p>How to get your hands on Qtile</p></div></section><section class="grid grid-flow-row items-start my-4 p-4 w-auto gap-4 mx-8 h-auto lg:mx-80 lg:grid-cols-3"><div class="grid grid-flow-row w-auto gap-4 items-start lg:col-span-2"><div class=gap-1><span class="grid grid-flow-col w-max items-center gap-4"><img src=/images/fa-icons/star-solid.svg alt="A star icon from fontawesome.com" height=20 width=20><h3>Get the latest official version</h3></span><p>Latest Qtile release - v0.28.1, Aug 12, 2024.<br>You can download it from Github:<br><a class=hover:text-[#215578] href=https://github.com/qtile/qtile/releases/latest>https://github.com/qtile/qtile/releases/latest</a></p></div><div class="grid grid-flow-row items-center rounded border w-auto"><span class="grid grid-flow-col items-center place-content-start w-auto
12+
<a class="p-1 hover:text-[#5C9FCD]" href=http://docs.qtile.org/en/latest/manual/install/>Install Guide</a></div></div></div></nav></header><main><article class="w-auto h-auto prose-a:text-[#215578]"><section class="max-w-full bg-[#222222] text-[#FDFDFE] not-prose"><div class="mx-8 lg:mx-80 p-4"><h1 class=font-varelaRound>Download</h1><p>How to get your hands on Qtile</p></div></section><section class="grid grid-flow-row items-start my-4 p-4 w-auto gap-4 mx-8 h-auto lg:mx-80 lg:grid-cols-3"><div class="grid grid-flow-row w-auto gap-4 items-start lg:col-span-2"><div class=gap-1><span class="grid grid-flow-col w-max items-center gap-4"><img src=/images/fa-icons/star-solid.svg alt="A star icon from fontawesome.com" height=20 width=20><h3>Get the latest official version</h3></span><p>Latest Qtile release - v0.29.0, Oct 19, 2024.<br>You can download it from Github:<br><a class=hover:text-[#215578] href=https://github.com/qtile/qtile/releases/latest>https://github.com/qtile/qtile/releases/latest</a></p></div><div class="grid grid-flow-row items-center rounded border w-auto"><span class="grid grid-flow-col items-center place-content-start w-auto
1313
gap-4 p-2 bg-neutral-100 border-b border-solid"><img src=/images/fa-icons/linux-brands.svg alt="Linux logo icon from fontawesome.com" height=20 width=20><h6>Packages and Installation Guides</h6></span><p class=p-2>Qtile has been packaged for a number of Linux distros,
1414
and it may not be necessary to download the official release directly. Check out the
1515
<a href=http://docs.qtile.org/en/latest/manual/install/index.html>installation guide</a> to see if your distro is included.</p></div><div class="grid grid-flow-row items-center gap-1"><span class="grid grid-flow-col items-center place-content-start w-auto gap-4"><img src=/images/fa-icons/flask-solid.svg alt="Flask icon from fontawesome.com" height=20 width=20><h3>Get the latest development version</h4></span><p>If you want the latest and greatest version of Qtile, you can fetch it with Git:</p><br><code class="bg-neutral-100 p-2 rounded border w-auto">git clone https://github.com/qtile/qtile.git</code><br><p>You can also download a

home/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<a class="p-1 rounded hover:bg-[#404040]" href=https://docs.qtile.org title>Documentation</a>
77
<a class="p-1 rounded hover:bg-[#404040]" href=https://github.com/qtile/qtile/issues/ title>Issues</a>
88
<a class="p-1 rounded hover:bg-[#404040]" href=https://github.com/qtile/qtile/ title>GitHub</a><div class="grid grid-flow-row justify-items-center items-center mx-8 w-full
9-
lg:mx-50"><div>Current release: <b>v0.28.1, Aug 12, 2024</b></div><div class="grid grid-flow-row justify-items-center items-center
9+
lg:mx-50"><div>Current release: <b>v0.29.0, Oct 19, 2024</b></div><div class="grid grid-flow-row justify-items-center items-center
1010
text-sm text-[#378ec8] lg:grid-flow-col"><a class="p-1 hover:text-[#5C9FCD]" href=/download/>Download</a>
1111
<a class="p-1 hover:text-[#5C9FCD]" href=https://github.com/qtile/qtile/blob/master/CHANGELOG>Release Notes</a>
12-
<a class="p-1 hover:text-[#5C9FCD]" href=http://docs.qtile.org/en/latest/manual/install/>Install Guide</a></div></div></div></nav></header><main><article class="w-auto h-auto prose-a:text-[#215578]"><section class="max-w-full bg-[#222222] text-[#FDFDFE] not-prose"><div class="mx-8 lg:mx-80 p-4"><h1 class=font-varelaRound>Home</h1><p>A full-featured, hackable tiling window manager written and configured in Python</p></div></section><section class="grid grid-flow-row items-start my-4 p-4 w-auto gap-4 mx-8 h-auto lg:mx-80 lg:grid-cols-3"><div class="grid grid-flow-row w-auto gap-4 items-start lg:col-span-2"><div class=gap-1><span class="grid grid-flow-col w-max items-center gap-4"><img src=/images/fa-icons/star-solid.svg alt="A star icon from fontawesome.com" height=20 width=20><h3>Get the latest official version</h3></span><p>Latest Qtile release - v0.28.1, Aug 12, 2024.<br>You can download it from Github:<br><a class=hover:text-[#215578] href=https://github.com/qtile/qtile/releases/latest>https://github.com/qtile/qtile/releases/latest</a></p></div><div class="grid grid-flow-row items-center rounded border w-auto"><span class="grid grid-flow-col items-center place-content-start w-auto
12+
<a class="p-1 hover:text-[#5C9FCD]" href=http://docs.qtile.org/en/latest/manual/install/>Install Guide</a></div></div></div></nav></header><main><article class="w-auto h-auto prose-a:text-[#215578]"><section class="max-w-full bg-[#222222] text-[#FDFDFE] not-prose"><div class="mx-8 lg:mx-80 p-4"><h1 class=font-varelaRound>Home</h1><p>A full-featured, hackable tiling window manager written and configured in Python</p></div></section><section class="grid grid-flow-row items-start my-4 p-4 w-auto gap-4 mx-8 h-auto lg:mx-80 lg:grid-cols-3"><div class="grid grid-flow-row w-auto gap-4 items-start lg:col-span-2"><div class=gap-1><span class="grid grid-flow-col w-max items-center gap-4"><img src=/images/fa-icons/star-solid.svg alt="A star icon from fontawesome.com" height=20 width=20><h3>Get the latest official version</h3></span><p>Latest Qtile release - v0.29.0, Oct 19, 2024.<br>You can download it from Github:<br><a class=hover:text-[#215578] href=https://github.com/qtile/qtile/releases/latest>https://github.com/qtile/qtile/releases/latest</a></p></div><div class="grid grid-flow-row items-center rounded border w-auto"><span class="grid grid-flow-col items-center place-content-start w-auto
1313
gap-4 p-2 bg-neutral-100 border-b border-solid"><img src=/images/fa-icons/linux-brands.svg alt="Linux logo icon from fontawesome.com" height=20 width=20><h6>Packages and Installation Guides</h6></span><p class=p-2>Qtile has been packaged for a number of Linux distros,
1414
and it may not be necessary to download the official release directly. Check out the
1515
<a href=http://docs.qtile.org/en/latest/manual/install/index.html>installation guide</a> to see if your distro is included.</p></div><div class="grid grid-flow-row items-center gap-1"><span class="grid grid-flow-col items-center place-content-start w-auto gap-4"><img src=/images/fa-icons/flask-solid.svg alt="Flask icon from fontawesome.com" height=20 width=20><h3>Get the latest development version</h4></span><p>If you want the latest and greatest version of Qtile, you can fetch it with Git:</p><br><code class="bg-neutral-100 p-2 rounded border w-auto">git clone https://github.com/qtile/qtile.git</code><br><p>You can also download a

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a class="p-1 rounded hover:bg-[#404040]" href=https://docs.qtile.org title>Documentation</a>
77
<a class="p-1 rounded hover:bg-[#404040]" href=https://github.com/qtile/qtile/issues/ title>Issues</a>
88
<a class="p-1 rounded hover:bg-[#404040]" href=https://github.com/qtile/qtile/ title>GitHub</a><div class="grid grid-flow-row justify-items-center items-center mx-8 w-full
9-
lg:mx-50"><div>Current release: <b>v0.28.1, Aug 12, 2024</b></div><div class="grid grid-flow-row justify-items-center items-center
9+
lg:mx-50"><div>Current release: <b>v0.29.0, Oct 19, 2024</b></div><div class="grid grid-flow-row justify-items-center items-center
1010
text-sm text-[#378ec8] lg:grid-flow-col"><a class="p-1 hover:text-[#5C9FCD]" href=/download/>Download</a>
1111
<a class="p-1 hover:text-[#5C9FCD]" href=https://github.com/qtile/qtile/blob/master/CHANGELOG>Release Notes</a>
1212
<a class="p-1 hover:text-[#5C9FCD]" href=http://docs.qtile.org/en/latest/manual/install/>Install Guide</a></div></div></div></nav></header><section class="grid grid-flow-row items-center justify-between
@@ -92,14 +92,14 @@
9292
</span></span><span style=display:flex><span> [mod],
9393
</span></span><span style=display:flex><span> i<span style=color:#f92672>.</span>name,
9494
</span></span><span style=display:flex><span> lazy<span style=color:#f92672>.</span>group[i<span style=color:#f92672>.</span>name]<span style=color:#f92672>.</span>toscreen(),
95-
</span></span><span style=display:flex><span> desc<span style=color:#f92672>=</span><span style=color:#e6db74>&#34;Switch to group </span><span style=color:#e6db74>{}</span><span style=color:#e6db74>&#34;</span><span style=color:#f92672>.</span>format(i<span style=color:#f92672>.</span>name),
95+
</span></span><span style=display:flex><span> desc<span style=color:#f92672>=</span><span style=color:#e6db74>f</span><span style=color:#e6db74>&#34;Switch to group </span><span style=color:#e6db74>{</span>i<span style=color:#f92672>.</span>name<span style=color:#e6db74>}</span><span style=color:#e6db74>&#34;</span>,
9696
</span></span><span style=display:flex><span> ),
9797
</span></span><span style=display:flex><span> <span style=color:#75715e># mod + shift + group number = switch to &amp; move focused window to group</span>
9898
</span></span><span style=display:flex><span> Key(
9999
</span></span><span style=display:flex><span> [mod, <span style=color:#e6db74>&#34;shift&#34;</span>],
100100
</span></span><span style=display:flex><span> i<span style=color:#f92672>.</span>name,
101101
</span></span><span style=display:flex><span> lazy<span style=color:#f92672>.</span>window<span style=color:#f92672>.</span>togroup(i<span style=color:#f92672>.</span>name, switch_group<span style=color:#f92672>=</span><span style=color:#66d9ef>True</span>),
102-
</span></span><span style=display:flex><span> desc<span style=color:#f92672>=</span><span style=color:#e6db74>&#34;Switch to &amp; move focused window to group </span><span style=color:#e6db74>{}</span><span style=color:#e6db74>&#34;</span><span style=color:#f92672>.</span>format(i<span style=color:#f92672>.</span>name),
102+
</span></span><span style=display:flex><span> desc<span style=color:#f92672>=</span><span style=color:#e6db74>f</span><span style=color:#e6db74>&#34;Switch to &amp; move focused window to group </span><span style=color:#e6db74>{</span>i<span style=color:#f92672>.</span>name<span style=color:#e6db74>}</span><span style=color:#e6db74>&#34;</span>,
103103
</span></span><span style=display:flex><span> ),
104104
</span></span><span style=display:flex><span> <span style=color:#75715e># Or, use below if you prefer not to switch to that group.</span>
105105
</span></span><span style=display:flex><span> <span style=color:#75715e># # mod + shift + group number = move focused window to group</span>

screenshots/aeronotix/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a class="p-1 rounded hover:bg-[#404040]" href=https://docs.qtile.org title>Documentation</a>
77
<a class="p-1 rounded hover:bg-[#404040]" href=https://github.com/qtile/qtile/issues/ title>Issues</a>
88
<a class="p-1 rounded hover:bg-[#404040]" href=https://github.com/qtile/qtile/ title>GitHub</a><div class="grid grid-flow-row justify-items-center items-center mx-8 w-full
9-
lg:mx-50"><div>Current release: <b>v0.28.1, Aug 12, 2024</b></div><div class="grid grid-flow-row justify-items-center items-center
9+
lg:mx-50"><div>Current release: <b>v0.29.0, Oct 19, 2024</b></div><div class="grid grid-flow-row justify-items-center items-center
1010
text-sm text-[#378ec8] lg:grid-flow-col"><a class="p-1 hover:text-[#5C9FCD]" href=/download/>Download</a>
1111
<a class="p-1 hover:text-[#5C9FCD]" href=https://github.com/qtile/qtile/blob/master/CHANGELOG>Release Notes</a>
1212
<a class="p-1 hover:text-[#5C9FCD]" href=http://docs.qtile.org/en/latest/manual/install/>Install Guide</a></div></div></div></nav></header><main><article class=max-w-full><section class="max-w-full bg-[#222222] text-[#FDFDFE]"><div class="mx-8 lg:mx-80 p-4"><h1 class=font-varelaRound>Aeronotix</h1></div></section><div class="mx-8 lg:mx-80 lg:p-4"><div class="h-auto w-auto my-6"><img class=rounded src=/images/screenshots/aeronotix_hu65f571f787a5baea9bf3b70b34c19034_238057_1920x0_resize_q75_h2_box.webp alt height=1080 width=1920></div><div class="py-2 grid h-[25%] max-w-full grid-flow-col gap-2 items-center"><a class="p-2 h-auto text-center rounded border

screenshots/aeronotix2/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a class="p-1 rounded hover:bg-[#404040]" href=https://docs.qtile.org title>Documentation</a>
77
<a class="p-1 rounded hover:bg-[#404040]" href=https://github.com/qtile/qtile/issues/ title>Issues</a>
88
<a class="p-1 rounded hover:bg-[#404040]" href=https://github.com/qtile/qtile/ title>GitHub</a><div class="grid grid-flow-row justify-items-center items-center mx-8 w-full
9-
lg:mx-50"><div>Current release: <b>v0.28.1, Aug 12, 2024</b></div><div class="grid grid-flow-row justify-items-center items-center
9+
lg:mx-50"><div>Current release: <b>v0.29.0, Oct 19, 2024</b></div><div class="grid grid-flow-row justify-items-center items-center
1010
text-sm text-[#378ec8] lg:grid-flow-col"><a class="p-1 hover:text-[#5C9FCD]" href=/download/>Download</a>
1111
<a class="p-1 hover:text-[#5C9FCD]" href=https://github.com/qtile/qtile/blob/master/CHANGELOG>Release Notes</a>
1212
<a class="p-1 hover:text-[#5C9FCD]" href=http://docs.qtile.org/en/latest/manual/install/>Install Guide</a></div></div></div></nav></header><main><article class=max-w-full><section class="max-w-full bg-[#222222] text-[#FDFDFE]"><div class="mx-8 lg:mx-80 p-4"><h1 class=font-varelaRound>Aeronotix2</h1></div></section><div class="mx-8 lg:mx-80 lg:p-4"><div class="h-auto w-auto my-6"><img class=rounded src=/images/screenshots/aeronotix2_hu2c453f10e1a5a2f37bc5653464f76139_557127_1920x0_resize_q75_h2_box.webp alt height=1080 width=1920></div><div class="py-2 grid h-[25%] max-w-full grid-flow-col gap-2 items-center"><a class="p-2 h-auto text-center rounded border

screenshots/cjbarnes18/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a class="p-1 rounded hover:bg-[#404040]" href=https://docs.qtile.org title>Documentation</a>
77
<a class="p-1 rounded hover:bg-[#404040]" href=https://github.com/qtile/qtile/issues/ title>Issues</a>
88
<a class="p-1 rounded hover:bg-[#404040]" href=https://github.com/qtile/qtile/ title>GitHub</a><div class="grid grid-flow-row justify-items-center items-center mx-8 w-full
9-
lg:mx-50"><div>Current release: <b>v0.28.1, Aug 12, 2024</b></div><div class="grid grid-flow-row justify-items-center items-center
9+
lg:mx-50"><div>Current release: <b>v0.29.0, Oct 19, 2024</b></div><div class="grid grid-flow-row justify-items-center items-center
1010
text-sm text-[#378ec8] lg:grid-flow-col"><a class="p-1 hover:text-[#5C9FCD]" href=/download/>Download</a>
1111
<a class="p-1 hover:text-[#5C9FCD]" href=https://github.com/qtile/qtile/blob/master/CHANGELOG>Release Notes</a>
1212
<a class="p-1 hover:text-[#5C9FCD]" href=http://docs.qtile.org/en/latest/manual/install/>Install Guide</a></div></div></div></nav></header><main><article class=max-w-full><section class="max-w-full bg-[#222222] text-[#FDFDFE]"><div class="mx-8 lg:mx-80 p-4"><h1 class=font-varelaRound>Cjbarnes18</h1></div></section><div class="mx-8 lg:mx-80 lg:p-4"><div class="h-auto w-auto my-6"><img class=rounded src=/images/screenshots/cjbarnes18_hu6bc448b61b2a30dd518da1536b49419c_249913_1920x0_resize_q75_h2_box.webp alt height=1080 width=1920></div><div class="py-2 grid h-[25%] max-w-full grid-flow-col gap-2 items-center"><a class="p-2 h-auto text-center rounded border

0 commit comments

Comments
 (0)