From 49b9d6e6d3ff454eb8965743a4fceb3e59c0f61f Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Fri, 10 Dec 2021 15:31:35 +0100 Subject: [PATCH] Update force-knowledge.md --- force-knowledge.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/force-knowledge.md b/force-knowledge.md index f31cd1d..523d90f 100644 --- a/force-knowledge.md +++ b/force-knowledge.md @@ -37,10 +37,10 @@ Disable battery indicator in i3blocks.conf: #interval=30 ``` -## Enable autostart implementation: -[dex](https://github.com/jceb/dex) is now disabled in config per default to use the feature: -enable dex in `~/.config/i3/config` by uncommenting this line: +## autostart implementation: +[dex](https://github.com/jceb/dex) is enabled in config per default: +disable dex in `~/.config/i3/config` by uncommenting this line: ``` -exec --no-startup-id dex -a -s /etc/xdg/autostart/:~/.config/autostart/ +#exec --no-startup-id dex --autostart --environment i3 ```