various corrections

This commit is contained in:
sirlucidae
2022-01-12 12:55:40 +10:00
parent 4566c2ef59
commit d02b232a14
3 changed files with 13 additions and 14 deletions
+7 -8
View File
@@ -2,9 +2,9 @@
## Dive into configure i3:
To disable autostarting firefox with this readme edit `~/.config/i3/config` and comment out this line:
To disable autostarting firefox with this readme, edit `~/.config/i3/config` and comment out this line:
`#exec --no-startup-id firefox https://github.com/endeavouros-team/endeavouros-i3wm-setup/blob/main/README.md`
`exec --no-startup-id sleep 7 && firefox https://github.com/endeavouros-team/endeavouros-i3wm-setup/blob/main/force-knowledge.md`
`~/.config/i3/config` is the main configuration file for i3, get into this file and configure i3 as you like, all settings have comments to give you information about the following setting:
@@ -15,12 +15,11 @@ https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/main/.
enable picom in `~/.config/i3/config` by uncommenting this line:
```
#transparency
exec --no-startup-id picom -CGb
#exec --no-startup-id picom -b
```
And in some cases you will need to use a different configuration ( Nvidia GPU/Driver p.e. but also others)
Do some research will help you or ask at the chat or forum.
And in some cases you will need to use a different configuration (Nvidia GPU/Driver p.e. but also others)
Read the manpage, do some research will help you, or ask at the chat or forum.
## Not on a notebook?
![alt text](https://raw.githubusercontent.com/endeavouros-team/screenshots/master/battery-red-i3.png "no-battery?")
@@ -39,8 +38,8 @@ Disable battery indicator in i3blocks.conf:
## autostart implementation:
[dex](https://github.com/jceb/dex) is enabled in config per default:
disable dex in `~/.config/i3/config` by uncommenting this line:
disable dex in `~/.config/i3/config` by commenting out this line:
```
#exec --no-startup-id dex --autostart --environment i3
exec --no-startup-id dex --autostart --environment i3
```