Update html files
This commit is contained in:
108
docs/sxhkd.html
108
docs/sxhkd.html
@@ -4,7 +4,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>
|
||||
<!-- 2020-01-12 dim. 17:28 -->
|
||||
<!-- 2020-01-28 mar. 21:31 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Simple X Hotkey Daemon</title>
|
||||
@@ -274,26 +274,26 @@ for the JavaScript code in this tag.
|
||||
<li><a href="#org592413b">Change Keyboard Layout</a></li>
|
||||
<li><a href="#org9d0a9b9">BSPWM related</a>
|
||||
<ul>
|
||||
<li><a href="#org6dc6729">BSPWM hotkeys</a></li>
|
||||
<li><a href="#org5f091c5">Monocle Layout</a></li>
|
||||
<li><a href="#orgaef6ac0">Set the window State</a></li>
|
||||
<li><a href="#org6e93ccb">Sticky Window</a></li>
|
||||
<li><a href="#org33a7d86">Focus and Swap</a></li>
|
||||
<li><a href="#orgf191e44">Preselect</a></li>
|
||||
<li><a href="#org64894a6">Resize</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#org177f7f6">I3 related</a>
|
||||
<ul>
|
||||
<li><a href="#org6d06696">BSPWM hotkeys</a></li>
|
||||
<li><a href="#org7de517a">Monocle Layout</a></li>
|
||||
<li><a href="#org426edc6">Set the window State</a></li>
|
||||
<li><a href="#org3fe4cad">Sticky Window</a></li>
|
||||
<li><a href="#orgd24232d">focus/swap</a></li>
|
||||
<li><a href="#org33a7d86">Focus and Swap</a></li>
|
||||
<li><a href="#orgcfa83ed">Preselect</a></li>
|
||||
<li><a href="#org77126e9">Resize</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#org177f7f6">I3 related</a>
|
||||
<ul>
|
||||
<li><a href="#org97f0c44">BSPWM hotkeys</a></li>
|
||||
<li><a href="#org132be2c">Monocle Layout</a></li>
|
||||
<li><a href="#org4df4bad">Set the window State</a></li>
|
||||
<li><a href="#org7b3e70f">Sticky Window</a></li>
|
||||
<li><a href="#orgd24232d">focus/swap</a></li>
|
||||
<li><a href="#org6f773f1">Preselect</a></li>
|
||||
<li><a href="#org5aa4015">Resize</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -382,7 +382,8 @@ super + shift + c
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">File Manager</span>
|
||||
super + o
|
||||
urxvt -e <span class="org-string">"ranger"</span>
|
||||
$TERMINAL -e <span class="org-string">"ranger"</span>
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">$TERMINAL -e "tmux -L ranger attach"</span>
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">Browser</span>
|
||||
super + i
|
||||
@@ -486,7 +487,7 @@ super + space ; shift + c
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">Ranger</span>
|
||||
super + space ; r
|
||||
urxvt -e <span class="org-string">"ranger"</span>
|
||||
$TERMINAL -e <span class="org-string">"tmux -L ranger attach"</span>
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">pcmanfm: GUI file manager</span>
|
||||
super + space ; shift + r
|
||||
@@ -494,7 +495,8 @@ super + space ; shift + r
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">Mails with neomutt</span>
|
||||
super + space ; m
|
||||
$TERMINAL -e <span class="org-string">"tmux -L neomutt attach"</span>
|
||||
$TERMINAL -e <span class="org-string">"neomutt"</span>
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">$TERMINAL -e "tmux -L neomutt attach"</span>
|
||||
|
||||
super + space ; shift + m
|
||||
$TERMINAL -e <span class="org-string">"neomutt -R"</span>
|
||||
@@ -553,9 +555,9 @@ super + shift + d
|
||||
<div class="outline-text-2" id="text-org9d0a9b9">
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org6dc6729" class="outline-3">
|
||||
<h3 id="org6dc6729">BSPWM hotkeys</h3>
|
||||
<div class="outline-text-3" id="text-org6dc6729">
|
||||
<div id="outline-container-org6d06696" class="outline-3">
|
||||
<h3 id="org6d06696">BSPWM hotkeys</h3>
|
||||
<div class="outline-text-3" id="text-org6d06696">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-conf"><span class="org-comment-delimiter"># </span><span class="org-comment">quit/restart bspwm</span>
|
||||
super + alt + {q,r}
|
||||
@@ -569,9 +571,9 @@ super + {_,shift + }q
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org5f091c5" class="outline-3">
|
||||
<h3 id="org5f091c5">Monocle Layout</h3>
|
||||
<div class="outline-text-3" id="text-org5f091c5">
|
||||
<div id="outline-container-org7de517a" class="outline-3">
|
||||
<h3 id="org7de517a">Monocle Layout</h3>
|
||||
<div class="outline-text-3" id="text-org7de517a">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-conf"><span class="org-comment-delimiter"># </span><span class="org-comment">alternate between the tiled and monocle layout</span>
|
||||
super + m
|
||||
@@ -585,9 +587,9 @@ super + c
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgaef6ac0" class="outline-3">
|
||||
<h3 id="orgaef6ac0">Set the window State</h3>
|
||||
<div class="outline-text-3" id="text-orgaef6ac0">
|
||||
<div id="outline-container-org426edc6" class="outline-3">
|
||||
<h3 id="org426edc6">Set the window State</h3>
|
||||
<div class="outline-text-3" id="text-org426edc6">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-conf"><span class="org-comment-delimiter"># </span><span class="org-comment">Set the window state to tiled</span>
|
||||
super + t
|
||||
@@ -614,9 +616,9 @@ super + s
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org6e93ccb" class="outline-3">
|
||||
<h3 id="org6e93ccb">Sticky Window</h3>
|
||||
<div class="outline-text-3" id="text-org6e93ccb">
|
||||
<div id="outline-container-org3fe4cad" class="outline-3">
|
||||
<h3 id="org3fe4cad">Sticky Window</h3>
|
||||
<div class="outline-text-3" id="text-org3fe4cad">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-conf"><span class="org-comment-delimiter"># </span><span class="org-comment">set the node flags</span>
|
||||
super + ctrl + y
|
||||
@@ -661,9 +663,9 @@ super + shift + {1-9}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgf191e44" class="outline-3">
|
||||
<h3 id="orgf191e44">Preselect</h3>
|
||||
<div class="outline-text-3" id="text-orgf191e44">
|
||||
<div id="outline-container-orgcfa83ed" class="outline-3">
|
||||
<h3 id="orgcfa83ed">Preselect</h3>
|
||||
<div class="outline-text-3" id="text-orgcfa83ed">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-conf"><span class="org-comment-delimiter"># </span><span class="org-comment">preselect the direction</span>
|
||||
super + ctrl + {h,j,k,l}
|
||||
@@ -681,9 +683,9 @@ super + ctrl + space
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org64894a6" class="outline-3">
|
||||
<h3 id="org64894a6">Resize</h3>
|
||||
<div class="outline-text-3" id="text-org64894a6">
|
||||
<div id="outline-container-org77126e9" class="outline-3">
|
||||
<h3 id="org77126e9">Resize</h3>
|
||||
<div class="outline-text-3" id="text-org77126e9">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-conf"><span class="org-comment-delimiter"># </span><span class="org-comment">expand a window by moving one of its side outward</span>
|
||||
super + alt + {h,j,k,l}
|
||||
@@ -710,9 +712,9 @@ super + {Left,Down,Up,Right}
|
||||
<div class="outline-text-2" id="text-org177f7f6">
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org6d06696" class="outline-3">
|
||||
<h3 id="org6d06696">BSPWM hotkeys</h3>
|
||||
<div class="outline-text-3" id="text-org6d06696">
|
||||
<div id="outline-container-org97f0c44" class="outline-3">
|
||||
<h3 id="org97f0c44">BSPWM hotkeys</h3>
|
||||
<div class="outline-text-3" id="text-org97f0c44">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-conf"><span class="org-comment-delimiter"># </span><span class="org-comment">quit/restart bspwm</span>
|
||||
super + alt + {q,r}
|
||||
@@ -726,9 +728,9 @@ super + {_,shift + }q
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org7de517a" class="outline-3">
|
||||
<h3 id="org7de517a">Monocle Layout</h3>
|
||||
<div class="outline-text-3" id="text-org7de517a">
|
||||
<div id="outline-container-org132be2c" class="outline-3">
|
||||
<h3 id="org132be2c">Monocle Layout</h3>
|
||||
<div class="outline-text-3" id="text-org132be2c">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-conf"><span class="org-comment-delimiter"># </span><span class="org-comment">alternate between the tiled and monocle layout</span>
|
||||
super + f
|
||||
@@ -742,9 +744,9 @@ super + c
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org426edc6" class="outline-3">
|
||||
<h3 id="org426edc6">Set the window State</h3>
|
||||
<div class="outline-text-3" id="text-org426edc6">
|
||||
<div id="outline-container-org4df4bad" class="outline-3">
|
||||
<h3 id="org4df4bad">Set the window State</h3>
|
||||
<div class="outline-text-3" id="text-org4df4bad">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-conf"><span class="org-comment-delimiter"># </span><span class="org-comment">set the window state</span>
|
||||
super + {t,s, shift + f}
|
||||
@@ -754,9 +756,9 @@ super + {t,s, shift + f}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org3fe4cad" class="outline-3">
|
||||
<h3 id="org3fe4cad">Sticky Window</h3>
|
||||
<div class="outline-text-3" id="text-org3fe4cad">
|
||||
<div id="outline-container-org7b3e70f" class="outline-3">
|
||||
<h3 id="org7b3e70f">Sticky Window</h3>
|
||||
<div class="outline-text-3" id="text-org7b3e70f">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-conf">super + ctrl + y
|
||||
i3-msg sticky toggle
|
||||
@@ -802,9 +804,9 @@ super + shift + {1-9}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgcfa83ed" class="outline-3">
|
||||
<h3 id="orgcfa83ed">Preselect</h3>
|
||||
<div class="outline-text-3" id="text-orgcfa83ed">
|
||||
<div id="outline-container-org6f773f1" class="outline-3">
|
||||
<h3 id="org6f773f1">Preselect</h3>
|
||||
<div class="outline-text-3" id="text-org6f773f1">
|
||||
<p>
|
||||
Preselect the direction
|
||||
</p>
|
||||
@@ -819,9 +821,9 @@ super + ctrl + {j,k,Up,Down}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org77126e9" class="outline-3">
|
||||
<h3 id="org77126e9">Resize</h3>
|
||||
<div class="outline-text-3" id="text-org77126e9">
|
||||
<div id="outline-container-org5aa4015" class="outline-3">
|
||||
<h3 id="org5aa4015">Resize</h3>
|
||||
<div class="outline-text-3" id="text-org5aa4015">
|
||||
<p>
|
||||
Expand/Shrink a window
|
||||
</p>
|
||||
@@ -842,7 +844,7 @@ super + alt + l
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: Dehaeze Thomas</p>
|
||||
<p class="date">Created: 2020-01-12 dim. 17:28</p>
|
||||
<p class="date">Created: 2020-01-28 mar. 21:31</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user