My translation of Fireship, emacs tool-bar not working

This commit is contained in:
dongdigua 2022-08-26 15:36:28 +08:00
parent 7c37b4c79e
commit b5c6a93c18
7 changed files with 227 additions and 47 deletions

View File

@ -46,6 +46,7 @@ export LANG=zh_CN.UTF-8
doas dnf remove gnome-classic-session
```
## use Geary as a replacement of Thunderbird

View File

@ -5,7 +5,8 @@
* VIM
** deletion
| key | usage |
|-------+------------------------|
|-----+-----------------------|
| D | delete to end of line |
** edit
| key | usage |
@ -59,13 +60,21 @@
| M-; | 区域切换注释 |
| C-x C-; | 行切换注释 |
| C-y | paste to minibuffer |
| M-&/! | async/shell command |
** dired
| key | usage |
| R | rename |
* Git (虽然不算editor, 但是先也放这吧)
* Git
#+BEGIN_SRC shell
git log --stat | perl -ne 'END { print $c } $c += $1 if /(\d+) insertions/;'
git log --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s\n", add, subs, loc }'
#+END_SRC
* Fish
| key | usage |
|--------------+----------------------------|
| M-Left/Right | jump world, or prevd/nextd |
| M-s | sudo the last command |
| M-W | what is this |

View File

@ -89,6 +89,11 @@ a webos using oxygen visual design
** [[https://www.gilesorr.com/wm/][The Window Manager Report]]
** [[https://collet66.web.fc2.com/][syosa]]
pixel art
** [[https://www.zhihu.com/column/roartalk][知乎专栏: 嘶吼RoarTalk]] :hack:
回归最本质的信息安全
** [[https://litchipi.github.io/series/container_in_rust][Writing a container in Rust]]
** [[https://xeiaso.net/][Xe Iaso]]
*** [[https://xeiaso.net/blog/v-vaporware-2019-06-23][V for Vaporware]]
** B
*** [[https://blog.yangmame.org/][yanemame]]
猴哥推荐的
@ -145,6 +150,9 @@ and [[https://youtu.be/cfPDeso3XwI][register-based(13 episode)]]
*** [[https://youtu.be/S4E4yAktjug?t=998][How To Become Invisible Online # level 3]]
*** [[https://youtu.be/QxNsyrftJ8I][The Biggest Linux Security Mistakes]]
"Security is a journey, not a destination!"
*** [[https://youtu.be/pEfrdAtAmqk][Fireship: The Programming Iceberg]]
[[https://www.bilibili.com/video/BV15T411F7js][I translated it]]
*** [[https://youtu.be/yCgHoL9_ZiY][Is LTT Trolling The Linux Community?]]
** Math
*** [[https://youtu.be/KufsL2VgELo][Group Theory]]
@ -154,12 +162,19 @@ and [[https://youtu.be/cfPDeso3XwI][register-based(13 episode)]]
*** [[https://youtu.be/VKydXD6Lr20][Mojang & Minecraft 开始衰落了吗?]]
*** [[https://youtu.be/Y9DIIh0s9cg][SciCraft Update Plans]]
*** [[https://youtu.be/m5S0gLgg2rs][Tantan: MC + Fez]]
*** [[https://www.youtube.com/playlist?list=PLhixgUqwRTjwvBI-hmbZ2rpkAl4lutnJG][Minecraft HACKED (LiveOverflow)]]
** ?
*** [[https://www.youtube.com/c/IceGuye][IceGuye aka 姑射冰尘]]
[[https://odysee.com/@IceGuye][on odysee(lbry)]]
*** [[https://www.youtube.com/playlist?list=PL5--8gKSku17duy2-GrOfQma5FwsKA9LC][DT: Odysee]]
*** [[https://youtu.be/IS5ycm7VfXg][Homemade Silicon Chips!]]
*** [[https://youtu.be/4IaOeVgZ-wc][Why I'm Suing YouTube.]]
#+BEGIN_QUOTE
a story about YouTubes intentional efforts to undermine the United States of America in collusion with the Russian government.
Its also a story about copyright infringement
— and YouTubes willful blindness to bad actors who openly admit to filing patently fraudulent DMCA counter-notifications to avoid the termination of their accounts.
#+END_QUOTE
* r
** [[https://www.reddit.com/r/unixporn/][unixporn]]
@ -175,6 +190,7 @@ and [[https://youtu.be/cfPDeso3XwI][register-based(13 episode)]]
#+BEGIN_COMMENT
https://www.pixiv.net/users/57759368
https://www.pixiv.net/users/2973809
https://prnt.sc/
#+END_COMMENT
** [[https://moonboos.fandom.com/zh/wiki/%E6%98%8E%E6%9C%88%E5%BA%84%E4%B8%BB_Wiki][日月脏主 Wiki]]
MC 技术区毒瘤!

View File

@ -35,6 +35,9 @@ add =seat seat0 xcursor_theme Oxygen_White= in sway comfig file
** notify-send don't work
mako, a notification daemon
** TODO [[https://github.com/WayfireWM/wayfire/issues/1329][Wayfire crashes when closing foot terminal]]
** emacs tool-bar not working(cannot toggle and icon theme missing)
*** cannot toggle: disable custon =default-frame-alist=, or just use floating mode
*** TODO icon theme missing: ?
* Ref

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2022-08-18 四 13:32 -->
<!-- 2022-09-01 四 10:40 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Editor Chaetsheet</title>
@ -218,7 +218,8 @@
<li><a href="#org91b9d94">2.3. dired</a></li>
</ul>
</li>
<li><a href="#orgd2f00e6">3. Git (虽然不算editor, 但是先也放这吧)</a></li>
<li><a href="#org1b516d7">3. Git</a></li>
<li><a href="#org749ff2d">4. Fish</a></li>
</ul>
</div>
</div>
@ -239,10 +240,16 @@
<col class="org-left" />
</colgroup>
<thead>
<tr>
<th scope="col" class="org-left">key</th>
<th scope="col" class="org-left">usage</th>
</tr>
</thead>
<tbody>
<tr>
<td class="org-left">key</td>
<td class="org-left">usage</td>
<td class="org-left">D</td>
<td class="org-left">delete to end of line</td>
</tr>
</tbody>
</table>
@ -260,12 +267,13 @@
<col class="org-left" />
</colgroup>
<tbody>
<thead>
<tr>
<td class="org-left">key</td>
<td class="org-left">usage</td>
<th scope="col" class="org-left">key</th>
<th scope="col" class="org-left">usage</th>
</tr>
</thead>
<tbody>
<tr>
<td class="org-left">u/C-r</td>
<td class="org-left">撤销/重做</td>
@ -512,6 +520,11 @@
<td class="org-left">C-y</td>
<td class="org-left">paste to minibuffer</td>
</tr>
<tr>
<td class="org-left">M-&amp;/!</td>
<td class="org-left">async/shell command</td>
</tr>
</tbody>
</table>
</div>
@ -544,8 +557,8 @@
</div>
</div>
<div id="outline-container-orgd2f00e6" class="outline-2">
<h2 id="orgd2f00e6"><span class="section-number-2">3.</span> Git (虽然不算editor, 但是先也放这吧)</h2>
<div id="outline-container-org1b516d7" class="outline-2">
<h2 id="org1b516d7"><span class="section-number-2">3.</span> Git</h2>
<div class="outline-text-2" id="text-3">
<div class="org-src-container">
<pre class="src src-shell">git log --stat | perl -ne 'END { print $c } $c += $1 if /(\d+) insertions/;'
@ -554,10 +567,47 @@ git log --pretty=tformat: --numstat | awk '{ add += $1; subs += $2; loc += $1 -
</div>
</div>
</div>
<div id="outline-container-org749ff2d" class="outline-2">
<h2 id="org749ff2d"><span class="section-number-2">4.</span> Fish</h2>
<div class="outline-text-2" id="text-4">
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="org-left" />
<col class="org-left" />
</colgroup>
<thead>
<tr>
<th scope="col" class="org-left">key</th>
<th scope="col" class="org-left">usage</th>
</tr>
</thead>
<tbody>
<tr>
<td class="org-left">M-Left/Right</td>
<td class="org-left">jump world, or prevd/nextd</td>
</tr>
<tr>
<td class="org-left">M-s</td>
<td class="org-left">sudo the last command</td>
</tr>
<tr>
<td class="org-left">M-W</td>
<td class="org-left">what is this</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: dongdigua</p>
<p class="date">Created: 2022-08-18 四 13:32</p>
<p class="date">Created: 2022-09-01 四 10:40</p>
</div>
</body>
</html>

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2022-08-20 六 21:41 -->
<!-- 2022-09-02 五 10:53 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Internet Collections</title>
@ -213,7 +213,7 @@
<h3 id="org040811d"><span class="section-number-3">1.3.</span> <a href="http://ruanyifeng.com/blog/">阮一峰</a>&#xa0;&#xa0;&#xa0;<span class="tag"><span class="rssub">rssub</span></span></h3>
</div>
<div id="outline-container-org567707c" class="outline-3">
<h3 id="org567707c"><span class="section-number-3">1.4.</span> <a href="http://www.hackdig.com/">黑客技术</a>&#xa0;&#xa0;&#xa0;<span class="tag"><span class="hacker">hacker</span></span></h3>
<h3 id="org567707c"><span class="section-number-3">1.4.</span> <a href="http://www.hackdig.com/">黑客技术</a>&#xa0;&#xa0;&#xa0;<span class="tag"><span class="hack">hack</span></span></h3>
<div class="outline-text-3" id="text-1-4">
<p>
really good website, butt, no rss<br />
@ -336,7 +336,7 @@ elisp<br />
</div>
</div>
<div id="outline-container-org5c8e2a5" class="outline-3">
<h3 id="org5c8e2a5"><span class="section-number-3">1.23.</span> <a href="https://mrxn.net/">mrxn</a>&#xa0;&#xa0;&#xa0;<span class="tag"><span class="hacker">hacker</span></span></h3>
<h3 id="org5c8e2a5"><span class="section-number-3">1.23.</span> <a href="https://mrxn.net/">mrxn</a>&#xa0;&#xa0;&#xa0;<span class="tag"><span class="hack">hack</span></span></h3>
<div class="outline-text-3" id="text-1-23">
<p>
网安<br />
@ -451,7 +451,7 @@ pretty and concise page<br />
</div>
</div>
<div id="outline-container-org61cd0c4" class="outline-3">
<h3 id="org61cd0c4"><span class="section-number-3">1.41.</span> <a href="https://lightless.me/">lightless blog</a>&#xa0;&#xa0;&#xa0;<span class="tag"><span class="hacker">hacker</span></span></h3>
<h3 id="org61cd0c4"><span class="section-number-3">1.41.</span> <a href="https://lightless.me/">lightless blog</a>&#xa0;&#xa0;&#xa0;<span class="tag"><span class="hack">hack</span></span></h3>
</div>
<div id="outline-container-org6d06701" class="outline-3">
<h3 id="org6d06701"><span class="section-number-3">1.42.</span> <a href="https://bheisler.github.io/post/state-of-gpgpu-in-rust/">The State of GPGPU in Rust</a>&#xa0;&#xa0;&#xa0;<span class="tag"><span class="rust">rust</span>&#xa0;<span class="lowlevel">lowlevel</span></span></h3>
@ -497,47 +497,72 @@ pixel art<br />
</p>
</div>
</div>
<div id="outline-container-org57def74" class="outline-3">
<h3 id="org57def74"><span class="section-number-3">1.48.</span> B</h3>
<div id="outline-container-orge3cc69c" class="outline-3">
<h3 id="orge3cc69c"><span class="section-number-3">1.48.</span> <a href="https://www.zhihu.com/column/roartalk">知乎专栏: 嘶吼RoarTalk</a>&#xa0;&#xa0;&#xa0;<span class="tag"><span class="hack">hack</span></span></h3>
<div class="outline-text-3" id="text-1-48">
<p>
回归最本质的信息安全<br />
</p>
</div>
</div>
<div id="outline-container-org949a173" class="outline-3">
<h3 id="org949a173"><span class="section-number-3">1.49.</span> <a href="https://litchipi.github.io/series/container_in_rust">Writing a container in Rust</a></h3>
</div>
<div id="outline-container-orgdaf178c" class="outline-3">
<h3 id="orgdaf178c"><span class="section-number-3">1.50.</span> <a href="https://xeiaso.net/">Xe Iaso</a></h3>
<div class="outline-text-3" id="text-1-50">
</div>
<div id="outline-container-org2d54393" class="outline-4">
<h4 id="org2d54393"><span class="section-number-4">1.50.1.</span> <a href="https://xeiaso.net/blog/v-vaporware-2019-06-23">V for Vaporware</a></h4>
</div>
</div>
<div id="outline-container-org57def74" class="outline-3">
<h3 id="org57def74"><span class="section-number-3">1.51.</span> B</h3>
<div class="outline-text-3" id="text-1-51">
</div>
<div id="outline-container-org36ac277" class="outline-4">
<h4 id="org36ac277"><span class="section-number-4">1.48.1.</span> <a href="https://blog.yangmame.org/">yanemame</a></h4>
<div class="outline-text-4" id="text-1-48-1">
<h4 id="org36ac277"><span class="section-number-4">1.51.1.</span> <a href="https://blog.yangmame.org/">yanemame</a></h4>
<div class="outline-text-4" id="text-1-51-1">
<p>
猴哥推荐的<br />
</p>
</div>
</div>
<div id="outline-container-org1aa4452" class="outline-4">
<h4 id="org1aa4452"><span class="section-number-4">1.48.2.</span> <a href="https://evanmeek.github.io/">我不会编程</a></h4>
<div class="outline-text-4" id="text-1-48-2">
<h4 id="org1aa4452"><span class="section-number-4">1.51.2.</span> <a href="https://evanmeek.github.io/">我不会编程</a></h4>
<div class="outline-text-4" id="text-1-51-2">
<p>
B站: 美味的樱桃菌<br />
</p>
</div>
</div>
<div id="outline-container-org4569b9b" class="outline-4">
<h4 id="org4569b9b"><span class="section-number-4">1.48.3.</span> <a href="https://yaocc.cc/">CC</a>&#xa0;&#xa0;&#xa0;<span class="tag"><span class="linux">linux</span></span></h4>
<div class="outline-text-4" id="text-1-48-3">
<h4 id="org4569b9b"><span class="section-number-4">1.51.3.</span> <a href="https://yaocc.cc/">CC</a>&#xa0;&#xa0;&#xa0;<span class="tag"><span class="linux">linux</span></span></h4>
<div class="outline-text-4" id="text-1-51-3">
<p>
B站: 称呼我C先生<br />
</p>
</div>
</div>
<div id="outline-container-org2c89879" class="outline-4">
<h4 id="org2c89879"><span class="section-number-4">1.48.4.</span> <a href="https://www.lunaixsky.com/">lunaixsky</a>&#xa0;&#xa0;&#xa0;<span class="tag"><span class="c">c</span>&#xa0;<span class="lowlevel">lowlevel</span></span></h4>
<h4 id="org2c89879"><span class="section-number-4">1.51.4.</span> <a href="https://www.lunaixsky.com/">lunaixsky</a>&#xa0;&#xa0;&#xa0;<span class="tag"><span class="c">c</span>&#xa0;<span class="lowlevel">lowlevel</span></span></h4>
</div>
<div id="outline-container-org54a6975" class="outline-4">
<h4 id="org54a6975"><span class="section-number-4">1.51.5.</span> <a href="https://endlesspeak.gitee.io/">EndlessPeak</a>&#xa0;&#xa0;&#xa0;<span class="tag"><span class="linux">linux</span></span></h4>
</div>
</div>
<div id="outline-container-orgf23715f" class="outline-3">
<h3 id="orgf23715f"><span class="section-number-3">1.49.</span> shenjack/HWS</h3>
<div class="outline-text-3" id="text-1-49">
<h3 id="orgf23715f"><span class="section-number-3">1.52.</span> shenjack/HWS</h3>
<div class="outline-text-3" id="text-1-52">
</div>
<div id="outline-container-org95c8323" class="outline-4">
<h4 id="org95c8323"><span class="section-number-4">1.49.1.</span> <a href="http://www.z.org.cn/">老网虫</a></h4>
<h4 id="org95c8323"><span class="section-number-4">1.52.1.</span> <a href="http://www.z.org.cn/">老网虫</a></h4>
</div>
<div id="outline-container-org9d65178" class="outline-4">
<h4 id="org9d65178"><span class="section-number-4">1.49.2.</span> <a href="https://blog.yang-qwq.ml">yang-qwq</a></h4>
<h4 id="org9d65178"><span class="section-number-4">1.52.2.</span> <a href="https://blog.yang-qwq.ml">yang-qwq</a></h4>
</div>
<div id="outline-container-org4023477" class="outline-4">
<h4 id="org4023477"><span class="section-number-4">1.52.3.</span> <a href="http://blog.zhanganzhi.com/">zhanganzhi</a></h4>
</div>
</div>
</div>
@ -640,6 +665,39 @@ and <a href="https://youtu.be/cfPDeso3XwI">register-based(13 episode)</a><br />
<div id="outline-container-org3cc1e90" class="outline-4">
<h4 id="org3cc1e90"><span class="section-number-4">2.1.18.</span> <a href="https://youtu.be/2--1ph-4IaY">shit express hacked</a></h4>
</div>
<div id="outline-container-org7cf2783" class="outline-4">
<h4 id="org7cf2783"><span class="section-number-4">2.1.19.</span> <a href="https://www.youtube.com/c/PowerCertAnimatedVideos">PowerCert Animated Videos</a></h4>
<div class="outline-text-4" id="text-2-1-19">
</div>
<ol class="org-ol">
<li><a id="orgc7deaaa"></a><a href="https://youtu.be/1z0ULvg_pW8">集线器,交换机和路由器的区别</a><br /></li>
<li><a id="orgf446e59"></a><a href="https://youtu.be/pCcJFdYNamc">Default Gateway Explained</a><br /></li>
<li><a id="org9028876"></a><a href="https://youtu.be/TIiQiw7fpsU">MAC Address Explained</a><br /></li>
<li><a id="orgd215d37"></a><a href="https://youtu.be/6_giEv20En0">Subnets vs VLANs</a><br /></li>
</ol>
</div>
<div id="outline-container-orgb65c888" class="outline-4">
<h4 id="orgb65c888"><span class="section-number-4">2.1.20.</span> <a href="https://youtu.be/S4E4yAktjug?t=998">How To Become Invisible Online # level 3</a></h4>
</div>
<div id="outline-container-org6a8e50a" class="outline-4">
<h4 id="org6a8e50a"><span class="section-number-4">2.1.21.</span> <a href="https://youtu.be/QxNsyrftJ8I">The Biggest Linux Security Mistakes</a></h4>
<div class="outline-text-4" id="text-2-1-21">
<p>
"Security is a journey, not a destination!"<br />
</p>
</div>
</div>
<div id="outline-container-org061bbc9" class="outline-4">
<h4 id="org061bbc9"><span class="section-number-4">2.1.22.</span> <a href="https://youtu.be/pEfrdAtAmqk">Fireship: The Programming Iceberg</a></h4>
<div class="outline-text-4" id="text-2-1-22">
<p>
<a href="https://www.bilibili.com/video/BV15T411F7js">I translated it</a><br />
</p>
</div>
</div>
<div id="outline-container-org0ff32a5" class="outline-4">
<h4 id="org0ff32a5"><span class="section-number-4">2.1.23.</span> <a href="https://youtu.be/yCgHoL9_ZiY">Is LTT Trolling The Linux Community?</a></h4>
</div>
</div>
<div id="outline-container-org48c65f8" class="outline-3">
@ -667,6 +725,9 @@ and <a href="https://youtu.be/cfPDeso3XwI">register-based(13 episode)</a><br />
<div id="outline-container-org514839a" class="outline-4">
<h4 id="org514839a"><span class="section-number-4">2.3.3.</span> <a href="https://youtu.be/m5S0gLgg2rs">Tantan: MC + Fez</a></h4>
</div>
<div id="outline-container-org0f181a5" class="outline-4">
<h4 id="org0f181a5"><span class="section-number-4">2.3.4.</span> <a href="https://www.youtube.com/playlist?list=PLhixgUqwRTjwvBI-hmbZ2rpkAl4lutnJG">Minecraft HACKED (LiveOverflow)</a></h4>
</div>
</div>
<div id="outline-container-org07599ff" class="outline-3">
@ -684,6 +745,21 @@ and <a href="https://youtu.be/cfPDeso3XwI">register-based(13 episode)</a><br />
<div id="outline-container-org4ceefcb" class="outline-4">
<h4 id="org4ceefcb"><span class="section-number-4">2.4.2.</span> <a href="https://www.youtube.com/playlist?list=PL5--8gKSku17duy2-GrOfQma5FwsKA9LC">DT: Odysee</a></h4>
</div>
<div id="outline-container-org03d1111" class="outline-4">
<h4 id="org03d1111"><span class="section-number-4">2.4.3.</span> <a href="https://youtu.be/IS5ycm7VfXg">Homemade Silicon Chips!</a></h4>
</div>
<div id="outline-container-orga3c8075" class="outline-4">
<h4 id="orga3c8075"><span class="section-number-4">2.4.4.</span> <a href="https://youtu.be/4IaOeVgZ-wc">Why I'm Suing YouTube.</a></h4>
<div class="outline-text-4" id="text-2-4-4">
<blockquote>
<p>
a story about YouTubes intentional efforts to undermine the United States of America in collusion with the Russian government.<br />
Its also a story about copyright infringement<br />
— and YouTubes willful blindness to bad actors who openly admit to filing patently fraudulent DMCA counter-notifications to avoid the termination of their accounts.<br />
</p>
</blockquote>
</div>
</div>
</div>
</div>
@ -695,11 +771,17 @@ and <a href="https://youtu.be/cfPDeso3XwI">register-based(13 episode)</a><br />
<h3 id="org280a607"><span class="section-number-3">3.1.</span> <a href="https://www.reddit.com/r/unixporn/">unixporn</a></h3>
<div class="outline-text-3" id="text-3-1">
</div>
<div id="outline-container-orgf32f093" class="outline-4">
<h4 id="orgf32f093"><span class="section-number-4">3.1.1.</span> <a href="https://www.reddit.com/r/unixporn/comments/v6fsui/sway_family_reunionr/">reddit: family reunion</a></h4>
</div>
<div id="outline-container-orgf83d3b4" class="outline-4">
<h4 id="orgf83d3b4"><span class="section-number-4">3.1.1.</span> <a href="https://www.reddit.com/r/unixporn/comments/wkba0x/jwm_if_i_had_a_pda/">pocket pc</a></h4>
<h4 id="orgf83d3b4"><span class="section-number-4">3.1.2.</span> <a href="https://www.reddit.com/r/unixporn/comments/wkba0x/jwm_if_i_had_a_pda/">pocket pc</a></h4>
</div>
<div id="outline-container-org9ac8829" class="outline-4">
<h4 id="org9ac8829"><span class="section-number-4">3.1.2.</span> <a href="https://www.reddit.com/r/unixporn/comments/b83fex/win7_my_first_rice/">win7 :)</a></h4>
<h4 id="org9ac8829"><span class="section-number-4">3.1.3.</span> <a href="https://www.reddit.com/r/unixporn/comments/b83fex/win7_my_first_rice/">win7 :)</a></h4>
</div>
<div id="outline-container-org41d4772" class="outline-4">
<h4 id="org41d4772"><span class="section-number-4">3.1.4.</span> <a href="https://www.reddit.com/r/unixporn/comments/wtvj46/kde_cherry_blossoms/">[KDE] Cherry Blossoms</a></h4>
</div>
</div>
<div id="outline-container-org6c259c5" class="outline-3">
@ -780,7 +862,7 @@ invented by a Soviet computer hacker named Linyos Torovoltos.<br />
</div>
<div id="postamble" class="status">
<p class="author">Author: dongdigua</p>
<p class="date">Created: 2022-08-20 六 21:41</p>
<p class="date">Created: 2022-09-02 五 10:53</p>
</div>
</body>
</html>

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2022-08-20 六 21:41 -->
<!-- 2022-09-01 四 10:40 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Something About Wayland(swaywm)</title>
@ -219,8 +219,8 @@ emacs pyim<br />
</p>
</div>
</div>
<div id="outline-container-org6962f83" class="outline-3">
<h3 id="org6962f83"><span class="section-number-3">1.3.</span> Emacs transparent</h3>
<div id="outline-container-orgee9b82d" class="outline-3">
<h3 id="orgee9b82d"><span class="section-number-3">1.3.</span> Emacs transparent, terminal blur</h3>
<div class="outline-text-3" id="text-1-3">
<p>
probably wayfire?<br />
@ -304,6 +304,20 @@ mako, a notification daemon<br />
</p>
</div>
</div>
<div id="outline-container-org8bcc236" class="outline-3">
<h3 id="org8bcc236"><span class="section-number-3">1.10.</span> <span class="todo TODO">TODO</span> <a href="https://github.com/WayfireWM/wayfire/issues/1329">Wayfire crashes when closing foot terminal</a></h3>
</div>
<div id="outline-container-orgc6fc872" class="outline-3">
<h3 id="orgc6fc872"><span class="section-number-3">1.11.</span> emacs tool-bar not working(cannot toggle and icon theme missing)</h3>
<div class="outline-text-3" id="text-1-11">
</div>
<div id="outline-container-orgfb63d00" class="outline-4">
<h4 id="orgfb63d00"><span class="section-number-4">1.11.1.</span> cannot toggle: disable custon <code>default-frame-alist</code>, or just use floating mode</h4>
</div>
<div id="outline-container-org82cd84b" class="outline-4">
<h4 id="org82cd84b"><span class="section-number-4">1.11.2.</span> <span class="todo TODO">TODO</span> icon theme missing: ?</h4>
</div>
</div>
</div>
@ -339,37 +353,42 @@ a great config<br />
</p>
</div>
</div>
<div id="outline-container-orgd220866" class="outline-3">
<h3 id="orgd220866"><span class="section-number-3">2.7.</span> <a href="https://www.reddit.com/r/unixporn/comments/v6fsui/sway_family_reunionr/">reddit: family reunion</a></h3>
</div>
<div id="outline-container-orgb4713fd" class="outline-3">
<h3 id="orgb4713fd"><span class="section-number-3">2.8.</span> <a href="https://www.reddit.com/r/swaywm/comments/ehqsuw/autochanging_background_for_sway/">reddit: auto-changing sway background</a></h3>
<h3 id="orgb4713fd"><span class="section-number-3">2.7.</span> <a href="https://www.reddit.com/r/swaywm/comments/ehqsuw/autochanging_background_for_sway/">reddit: auto-changing sway background</a></h3>
</div>
<div id="outline-container-org2283f61" class="outline-3">
<h3 id="org2283f61"><span class="section-number-3">2.9.</span> <a href="https://github.com/Ruixi-rebirth/sway-dotfiles">Ruixi-rebirth's dotfiles</a></h3>
<div class="outline-text-3" id="text-2-9">
<h3 id="org2283f61"><span class="section-number-3">2.8.</span> <a href="https://github.com/Ruixi-rebirth/sway-dotfiles">Ruixi-rebirth's dotfiles</a></h3>
<div class="outline-text-3" id="text-2-8">
<p>
sway, very beautiful, from COSSIG<br />
</p>
</div>
</div>
<div id="outline-container-orga52f5cc" class="outline-3">
<h3 id="orga52f5cc"><span class="section-number-3">2.10.</span> <a href="https://www.reddit.com/r/unixporn/comments/vc9912/river_riced_river_a_dynamic_tiling_wayland/">a Paid config</a></h3>
<div class="outline-text-3" id="text-2-10">
<h3 id="orga52f5cc"><span class="section-number-3">2.9.</span> <a href="https://www.reddit.com/r/unixporn/comments/vc9912/river_riced_river_a_dynamic_tiling_wayland/">a Paid config</a></h3>
<div class="outline-text-3" id="text-2-9">
<p>
this is excellent, but&#x2026;not for me<br />
I'd like something simpler<br />
</p>
</div>
<div id="outline-container-org3d4c8fe" class="outline-4">
<h4 id="org3d4c8fe"><span class="section-number-4">2.10.1.</span> <a href="https://archcraft.io">archcraft</a></h4>
<h4 id="org3d4c8fe"><span class="section-number-4">2.9.1.</span> <a href="https://archcraft.io">archcraft</a></h4>
</div>
</div>
<div id="outline-container-org24c7a04" class="outline-3">
<h3 id="org24c7a04"><span class="section-number-3">2.10.</span> <a href="https://github.com/rxyhn/yoru">夜 - Yoru</a></h3>
<div class="outline-text-3" id="text-2-10">
<p>
awesome config!<br />
</p>
</div>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: dongdigua</p>
<p class="date">Created: 2022-08-20 六 21:41</p>
<p class="date">Created: 2022-09-01 四 10:40</p>
</div>
</body>
</html>