Update HTML
This commit is contained in:
208
docs/sxhkd.html
208
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-28 mar. 21:31 -->
|
||||
<!-- 2020-03-01 dim. 22:49 -->
|
||||
<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>
|
||||
@@ -201,50 +201,28 @@
|
||||
<script type="text/javascript" src="./js/jquery.stickytableheaders.min.js"></script>
|
||||
<script type="text/javascript" src="./js/readtheorg.js"></script>
|
||||
<script type="text/javascript">
|
||||
/*
|
||||
@licstart The following is the entire license notice for the
|
||||
JavaScript code in this tag.
|
||||
|
||||
Copyright (C) 2012-2020 Free Software Foundation, Inc.
|
||||
|
||||
The JavaScript code in this tag is free software: you can
|
||||
redistribute it and/or modify it under the terms of the GNU
|
||||
General Public License (GNU GPL) as published by the Free Software
|
||||
Foundation, either version 3 of the License, or (at your option)
|
||||
any later version. The code is distributed WITHOUT ANY WARRANTY;
|
||||
without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
|
||||
|
||||
As additional permission under GNU GPL version 3 section 7, you
|
||||
may distribute non-source (e.g., minimized or compacted) forms of
|
||||
that code without the copy of the GNU GPL normally required by
|
||||
section 4, provided you include this license notice and a URL
|
||||
through which recipients can access the Corresponding Source.
|
||||
|
||||
|
||||
@licend The above is the entire license notice
|
||||
for the JavaScript code in this tag.
|
||||
*/
|
||||
// @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later
|
||||
<!--/*--><![CDATA[/*><!--*/
|
||||
function CodeHighlightOn(elem, id)
|
||||
{
|
||||
var target = document.getElementById(id);
|
||||
if(null != target) {
|
||||
elem.cacheClassElem = elem.className;
|
||||
elem.cacheClassTarget = target.className;
|
||||
target.className = "code-highlighted";
|
||||
elem.className = "code-highlighted";
|
||||
}
|
||||
}
|
||||
function CodeHighlightOff(elem, id)
|
||||
{
|
||||
var target = document.getElementById(id);
|
||||
if(elem.cacheClassElem)
|
||||
elem.className = elem.cacheClassElem;
|
||||
if(elem.cacheClassTarget)
|
||||
target.className = elem.cacheClassTarget;
|
||||
}
|
||||
/*]]>*///-->
|
||||
function CodeHighlightOn(elem, id)
|
||||
{
|
||||
var target = document.getElementById(id);
|
||||
if(null != target) {
|
||||
elem.cacheClassElem = elem.className;
|
||||
elem.cacheClassTarget = target.className;
|
||||
target.className = "code-highlighted";
|
||||
elem.className = "code-highlighted";
|
||||
}
|
||||
}
|
||||
function CodeHighlightOff(elem, id)
|
||||
{
|
||||
var target = document.getElementById(id);
|
||||
if(elem.cacheClassElem)
|
||||
elem.className = elem.cacheClassElem;
|
||||
if(elem.cacheClassTarget)
|
||||
target.className = elem.cacheClassTarget;
|
||||
}
|
||||
/*]]>*///-->
|
||||
// @license-end
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
@@ -274,26 +252,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="#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="#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="#org33a7d86">Focus and Swap</a></li>
|
||||
<li><a href="#org6f773f1">Preselect</a></li>
|
||||
<li><a href="#org5aa4015">Resize</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#org177f7f6">I3 related</a>
|
||||
<ul>
|
||||
<li><a href="#org43a8bcb">Quit/Restart hotkeys</a></li>
|
||||
<li><a href="#org2695587">Monocle Layout</a></li>
|
||||
<li><a href="#org450c8fd">Set the window State</a></li>
|
||||
<li><a href="#org1e277da">Sticky Window</a></li>
|
||||
<li><a href="#orgd24232d">focus/swap</a></li>
|
||||
<li><a href="#orga753787">Preselect</a></li>
|
||||
<li><a href="#org2696cae">Resize</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@@ -358,8 +336,8 @@ super + shift + w
|
||||
rofi -show window
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">Bookmarks</span>
|
||||
super + shift + f
|
||||
$HOME/bin/bukurun
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">super + shift + f</span>
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">$HOME/bin/bukurun</span>
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">Passwords</span>
|
||||
super + shift + p
|
||||
@@ -382,8 +360,7 @@ super + shift + c
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">File Manager</span>
|
||||
super + o
|
||||
$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>
|
||||
$TERMINAL -e <span class="org-string">"tmux new-session -A -s ranger ranger"</span>
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">Browser</span>
|
||||
super + i
|
||||
@@ -483,55 +460,50 @@ super + space ; c
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">GUI Calendar (Google Calendar)</span>
|
||||
super + space ; shift + c
|
||||
qutebrowser https://calendar.google.com/
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">Ranger</span>
|
||||
super + space ; r
|
||||
$TERMINAL -e <span class="org-string">"tmux -L ranger attach"</span>
|
||||
$BROWSER https://calendar.google.com/
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">pcmanfm: GUI file manager</span>
|
||||
super + space ; shift + r
|
||||
super + space ; o
|
||||
pcmanfm;
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">Mails with neomutt</span>
|
||||
super + space ; m
|
||||
$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>
|
||||
$TERMINAL -e <span class="org-string">"tmux new-session -A -s neomutt neomutt"</span>
|
||||
|
||||
super + space ; shift + m
|
||||
$TERMINAL -e <span class="org-string">"neomutt -R"</span>
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">Weechat</span>
|
||||
super + space ; w
|
||||
$TERMINAL -e <span class="org-string">"tmux -L weechat attach"</span>
|
||||
$TERMINAL -e <span class="org-string">"tmux new-session -A -s weechat weechat"</span>
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">News with newsboat</span>
|
||||
super + space ; n
|
||||
$TERMINAL -e <span class="org-string">"tmux -L newsboat attach"</span>
|
||||
$TERMINAL -e <span class="org-string">"tmux new-session -A -s newsboat newsboat"</span>
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">Music with ncmpcpp</span>
|
||||
super + space ; p
|
||||
$TERMINAL -e <span class="org-string">"tmux -L ncmpcpp attach"</span>
|
||||
$TERMINAL -e <span class="org-string">"tmux new-session -A -s ncmpcpp ncmpcpp"</span>
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">Print Screen</span>
|
||||
super + space ; shift + p
|
||||
~/bin/screenshot
|
||||
$HOME/scripts/mopidy-restart.sh
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">Browser with qutebrowser</span>
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">Default Browser</span>
|
||||
super + space ; i
|
||||
qutebrowser;
|
||||
$BROWSER;
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">Browser with firefox</span>
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">Alternative Browser</span>
|
||||
super + space ; shift + i
|
||||
firefox;
|
||||
brave;
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">Emacs</span>
|
||||
super + space ; e
|
||||
emacs;
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">Emacs Client</span>
|
||||
super + space ; e
|
||||
<span class="org-variable-name">emacsclient -create-frame --alternate-editor</span>=<span class="org-string">""</span>
|
||||
|
||||
<span class="org-comment-delimiter"># </span><span class="org-comment">Full Emacs - Usefull when installing packages</span>
|
||||
super + space ; shift + e
|
||||
emacs;
|
||||
<span class="org-variable-name">emacsclient -create-frame --alternate-editor</span>=<span class="org-string">""</span>
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
@@ -555,9 +527,9 @@ super + shift + d
|
||||
<div class="outline-text-2" id="text-org9d0a9b9">
|
||||
</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}
|
||||
@@ -571,9 +543,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 + m
|
||||
@@ -587,9 +559,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 to tiled</span>
|
||||
super + t
|
||||
@@ -616,9 +588,9 @@ super + s
|
||||
</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"><span class="org-comment-delimiter"># </span><span class="org-comment">set the node flags</span>
|
||||
super + ctrl + y
|
||||
@@ -663,9 +635,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">
|
||||
<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}
|
||||
@@ -683,9 +655,9 @@ super + ctrl + space
|
||||
</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">
|
||||
<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}
|
||||
@@ -712,9 +684,9 @@ super + {Left,Down,Up,Right}
|
||||
<div class="outline-text-2" id="text-org177f7f6">
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org97f0c44" class="outline-3">
|
||||
<h3 id="org97f0c44">BSPWM hotkeys</h3>
|
||||
<div class="outline-text-3" id="text-org97f0c44">
|
||||
<div id="outline-container-org43a8bcb" class="outline-3">
|
||||
<h3 id="org43a8bcb">Quit/Restart hotkeys</h3>
|
||||
<div class="outline-text-3" id="text-org43a8bcb">
|
||||
<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}
|
||||
@@ -728,9 +700,9 @@ super + {_,shift + }q
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org132be2c" class="outline-3">
|
||||
<h3 id="org132be2c">Monocle Layout</h3>
|
||||
<div class="outline-text-3" id="text-org132be2c">
|
||||
<div id="outline-container-org2695587" class="outline-3">
|
||||
<h3 id="org2695587">Monocle Layout</h3>
|
||||
<div class="outline-text-3" id="text-org2695587">
|
||||
<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
|
||||
@@ -744,9 +716,9 @@ super + c
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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 id="outline-container-org450c8fd" class="outline-3">
|
||||
<h3 id="org450c8fd">Set the window State</h3>
|
||||
<div class="outline-text-3" id="text-org450c8fd">
|
||||
<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}
|
||||
@@ -756,9 +728,9 @@ super + {t,s, shift + f}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org7b3e70f" class="outline-3">
|
||||
<h3 id="org7b3e70f">Sticky Window</h3>
|
||||
<div class="outline-text-3" id="text-org7b3e70f">
|
||||
<div id="outline-container-org1e277da" class="outline-3">
|
||||
<h3 id="org1e277da">Sticky Window</h3>
|
||||
<div class="outline-text-3" id="text-org1e277da">
|
||||
<div class="org-src-container">
|
||||
<pre class="src src-conf">super + ctrl + y
|
||||
i3-msg sticky toggle
|
||||
@@ -804,9 +776,9 @@ super + shift + {1-9}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org6f773f1" class="outline-3">
|
||||
<h3 id="org6f773f1">Preselect</h3>
|
||||
<div class="outline-text-3" id="text-org6f773f1">
|
||||
<div id="outline-container-orga753787" class="outline-3">
|
||||
<h3 id="orga753787">Preselect</h3>
|
||||
<div class="outline-text-3" id="text-orga753787">
|
||||
<p>
|
||||
Preselect the direction
|
||||
</p>
|
||||
@@ -821,9 +793,9 @@ super + ctrl + {j,k,Up,Down}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org5aa4015" class="outline-3">
|
||||
<h3 id="org5aa4015">Resize</h3>
|
||||
<div class="outline-text-3" id="text-org5aa4015">
|
||||
<div id="outline-container-org2696cae" class="outline-3">
|
||||
<h3 id="org2696cae">Resize</h3>
|
||||
<div class="outline-text-3" id="text-org2696cae">
|
||||
<p>
|
||||
Expand/Shrink a window
|
||||
</p>
|
||||
@@ -844,7 +816,7 @@ super + alt + l
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="author">Author: Dehaeze Thomas</p>
|
||||
<p class="date">Created: 2020-01-28 mar. 21:31</p>
|
||||
<p class="date">Created: 2020-03-01 dim. 22:49</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user