From b950655d178cd105cc13d0c01fa7b91cb36bef77 Mon Sep 17 00:00:00 2001 From: speedie Date: Mon, 26 Jun 2023 04:36:05 +0200 Subject: [PATCH] update fontctrl.php and libspeedwm.php --- projects/fontctrl.php | 6 +++--- projects/libspeedwm.php | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/projects/fontctrl.php b/projects/fontctrl.php index dc87621..747b09a 100644 --- a/projects/fontctrl.php +++ b/projects/fontctrl.php @@ -15,6 +15,9 @@

This also makes it safer and easier to manage fonts because fontctrl will only touch fonts that it has installed. Any fonts your package manager installed will be left alone as-is. Because of this, it is less likely to break when removing fonts and other than creating symlinks in the font directory, it keeps your system cleaner than installing fonts manually.

Why would you use a font manager? I'm not new to GNU/Linux, I know how to install fonts.

fontctrl was not created to assist new people in installing fonts. Those people probably already use some desktop environment like GNOME, KDE or XFCE which comes with a graphical font manager built in. fontctrl is more for those people who have a lot of fonts and find it difficult to keep track of them. Instead of managing the fonts your package manager installs (your package manager manages those so there's no point), fontctrl tries to manage user-installed fonts.

+

How do I install fontctrl?

+

fontctrl can be installed using the git command. Simply clone the repository, cd into it and make install

+

It can also be installed using my Gentoo overlay or Arch repository.

What goals does fontctrl have?

-

How do I install fontctrl?

-

fontctrl can be installed using the git command. Simply clone the repository, cd into it and make install

-

There will also be an ebuild on my Gentoo overlay for fontctrl but it is not complete yet.

How do I use fontctrl?

Every argument fontctrl has to offer can be seen by running fontctrl or fontctrl help.

fontctrl has two ways to install fonts, globally and for the current user. Installing fonts globally requires superuser priviliges while installing for the current user does not. If you install fonts globally, the path for the actual font files are going to be in /etc/fontctrl/fonts and if you install for the current user, they are going to be placed in ~/.config/fontctrl/fonts.

diff --git a/projects/libspeedwm.php b/projects/libspeedwm.php index b3daf23..fc43367 100644 --- a/projects/libspeedwm.php +++ b/projects/libspeedwm.php @@ -19,9 +19,8 @@

Secondly, if the user is on an old speedwm version, the libspeedwm version must also be old or scripts will break just the same as using signals normally. This comes with a huge problem: there are bugs in the old libspeedwm version.

Usage

See libspeedwm --help -

Download

- libspeedwm-1.5.tar.gz -

The latest and previous releases of libspeedwm can be found here

+

Download

+

The latest and previous releases of libspeedwm can be found here.