46 lines
1.6 KiB
HTML
46 lines
1.6 KiB
HTML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
<head>
|
|
<!-- 2021-01-08 ven. 01:43 -->
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
|
<title>SXIV Configuration</title>
|
|
<meta name="generator" content="Org mode" />
|
|
<meta name="author" content="Dehaeze Thomas" />
|
|
<link rel="stylesheet" type="text/css" href="./dist/style.css"/>
|
|
<script type="text/javascript" src="./dist/script.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="org-div-home-and-up">
|
|
<a accesskey="h" href="./index.html"> UP </a>
|
|
|
|
|
<a accesskey="H" href="./index.html"> HOME </a>
|
|
</div><div id="content">
|
|
<h1 class="title">SXIV Configuration</h1>
|
|
<p>
|
|
Press <code>C-x</code> to activate to key handler.
|
|
</p>
|
|
|
|
<div class="org-src-container">
|
|
<pre class="src src-conf">while read file
|
|
do
|
|
case <span class="org-string">"$1"</span> in
|
|
<span class="org-string">"C-d"</span>)
|
|
mv <span class="org-string">"$file"</span> ~/.trash ;;
|
|
<span class="org-string">"C-r"</span>)
|
|
convert -rotate <span class="org-highlight-numbers-number">90</span> <span class="org-string">"$file"</span> <span class="org-string">"$file"</span> ;;
|
|
<span class="org-string">"C-c"</span>)
|
|
echo -n <span class="org-string">"$file"</span> | xsel -ib ;;
|
|
esac
|
|
done
|
|
</pre>
|
|
</div>
|
|
</div>
|
|
<div id="postamble" class="status">
|
|
<p class="author">Author: Dehaeze Thomas</p>
|
|
<p class="date">Created: 2021-01-08 ven. 01:43</p>
|
|
</div>
|
|
</body>
|
|
</html>
|