This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/rocks.php

38 lines
2.7 KiB
PHP
Raw Normal View History

2023-06-16 03:16:01 +02:00
<!DOCTYPE html>
<html>
<head>
<?php include 'php/header.php';?>
<meta charset="UTF-8">
<meta name="description" content="List of software I think is awesome.">
<meta name="author" content="speedie">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Rocks</title>
</head>
<body>
<div class="content">
<h2>Rocks</h2>
<p>This page is a list of software, and just general things that are awesome! This page was inspired by <a href="https://suckless.org/rocks">the suckless page</a> under the same name.</p>
2023-07-02 01:12:10 +02:00
<h3>Software</h3>
2023-06-16 03:16:01 +02:00
<ul>
<li>Zathura</li>
<p>Zathura is an awesome program. Out of the box it's basically nothing, but with extensions it can read many different formats, such PDFs, DjVu, comic books and more. It has Vim like keybindings, so it will take no getting used to if you're using a Vi like editor already.</p>
<li>dwm</li>
<p>The best window manager out there. Configured through editing C making it the most extensible window manager you could use. It comes with a built in minimal bar and keybind configuration. It also serves as a great learning experience for those interested in learning C. I have myself submitted several patches to the wiki.</p>
<li>Vifm</li>
<p>Vifm is a Vim inspired terminal file manager. It is very nice to use when managing many files and directories due to the many keybinds it offers. If you've used Vim in the past you're no doubt already familiar with it. It also supports image previews using Ueberzug++. Vifm has two panes, one of which can be used for previews or just as a second pane to copy between.</p>
2023-06-21 16:38:11 +02:00
<li>neomutt</li>
<p>Neomutt is a command line email client, which is highly customizable and can be configured with encryption and Vim like keybindings.</p>
2023-06-16 03:16:01 +02:00
</ul>
2023-07-02 01:12:10 +02:00
<h3>Libraries</h3>
<ul>
<li>Cairo</li>
<p>Cairo is really nice. It handles drawing on many different buffers, including X drawables and images. It can draw any kind of shapes you can think of including images, handle colors, transparency, and together with Pango it can also load fonts, draw text and even has XML like markup for colors and formatting. It is useful for both X and Wayland buffers.</p>
<p><a href="https://spmenu.speedie.site">spmenu</a> uses Cairo and Pango as of 2.0.</p>
</ul>
2023-06-16 03:16:01 +02:00
</div>
</body>
<footer>
<?php include 'php/footer.php';?>
</footer>
</html>