From f17e6642d3e5cf7dc767151b157c472db574e93b Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 19 Jan 2020 23:46:00 +0200 Subject: [PATCH] Turn off syntax highlight Signed-off-by: Marko Korhonen --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7b4f4f..2b9ba4a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A simple utility which dims your screen. It saves the previous brightness too, s This is useful if you are running a standalone screen locking setup like swayidle/swaylock. Check out [my configuration files](https://git.reekynet.com/ReekyMarko/dotfiles/src/branch/master/home/Scripts/swayidle.sh) for an example use case. ## Usage -``` +```nosyntax USAGE: lqsd [FLAGS] [OPTIONS] @@ -30,12 +30,12 @@ The configuration file resides at `~/.config/lqsd/config.toml`. There you can se So far, I have only packaged this for [Arch Linux](https://aur.archlinux.org/packages/lqsd) To install it, use your favorite AUR helper, yay for example: -``` +```nosyntax yay -S lqsd ``` Or if you don't want to build it from source, a binary version is also available: -``` +```nosyntax yay -S lqsd-bin ```