From 234dce31c7b32d89b6e000564aa7a20e31edfdf7 Mon Sep 17 00:00:00 2001 From: Dejvino Date: Mon, 1 Jun 2020 22:46:25 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7d3d0b4..6a01307 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,13 @@ The bars show you CPU/MEM usage, backlight brightness, time, etc. Touching them ### Touch gestures Swiping two fingers up / down activates or hides the on-screen keyboard. Swiping two fingers left / right changes the active workspace. Three fingers change the active window in the direction of the swipe. Four fingers move the active window accordingly. +## TIP! +You can use this as a configs backup mechanism! +``` +$ make fetch +``` +Running this command gathers the relevant config files from your running system and replaces the files in the repository. You can then `git add` and `commit` your own changes, straight from the phone! This is actually how the config files here were created. + ## Components * postmarketOS - base Linux distribution (though any other would work as well) * sway (pmos package) - tiling Wayland compositor