Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Terminal sequences
description: Theming the terminal with universal terminal sequences, usefull for foot terminal live reloading.
description: Theming the terminal with universal terminal sequences, useful for foot terminal live reloading.
sidebar:
order: 11
---
Expand All @@ -14,7 +14,7 @@ The foot terminal does not support live config reload, you need terminal sequenc
``` sh
#!/usr/bin/env bash

CONFIG_PATH=~/.config/test
CONFIG_PATH=~/.config/noctalia
TEMPLATE_PATH=$CONFIG_PATH/templates/terminal-sequences

mkdir -p $CONFIG_PATH/templates
Expand Down
Loading