literate-dotfiles/docs/image.html

46 lines
1.6 KiB
HTML
Raw Normal View History

2020-01-11 22:04:45 +01:00
<?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-01 20:12:34 +01:00
<!-- 2021-01-01 ven. 20:09 -->
2020-01-11 22:04:45 +01:00
<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" />
2021-01-01 20:12:34 +01:00
<link rel="stylesheet" type="text/css" href="./dist/style.css"/>
<script type="text/javascript" src="./dist/script.js"></script>
2020-01-11 22:04:45 +01:00
</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>)
2020-03-19 10:42:30 +01:00
echo -n <span class="org-string">"$file"</span> | xsel -ib ;;
2020-01-11 22:04:45 +01:00
esac
done
</pre>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: Dehaeze Thomas</p>
2021-01-01 20:12:34 +01:00
<p class="date">Created: 2021-01-01 ven. 20:09</p>
2020-01-11 22:04:45 +01:00
</div>
</body>
</html>