Update force-knowledge.md

This commit is contained in:
Johannes Kamprad
2021-12-10 15:31:35 +01:00
committed by GitHub
parent 4e2d63945f
commit 49b9d6e6d3
+4 -4
View File
@@ -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
```