all repos — website-hugo @ d4d8188b8e2cb48970fe88def0cfb88b1cfe3557

My personal blog, built with Hugo!

fix remove command
Marco Andronaco andronacomarco@gmail.com
Fri, 10 Feb 2023 17:46:26 +0100
commit

d4d8188b8e2cb48970fe88def0cfb88b1cfe3557

parent

08ef1f43ff4049b87d78edf43a783b5f98c326ac

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M content/articles/void-xfce.mdcontent/articles/void-xfce.md

@@ -21,7 +21,7 @@ One thing I hate about XFCE is its fixation to save sessions. A lot of times I get my session saved and restored even with all settings turned off.

A quick and easy solution to disable session saving entirely is just to create an empty file in place of the `sessions` directory. ``` -rm ~/.cache/sessions +rm ~/.cache/sessions -rf touch ~/.cache/sessions ```