Skip to content

Commit

Permalink
Update force-knowledge.md
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored May 31, 2024
1 parent 1dd643d commit 2cbfe92
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions force-knowledge.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ i3 is a dynamic tiling window manager inspired by wmii that is primarily targete

## Firefox is autostarting at each login?

* Open `"${HOME}"/.config/i3/config`.
* Add/remove `#` at the start of the line to disable/enable auto start at login.
* Before (default setting, firefox will auto start at login)
Open `"${HOME}"/.config/i3/config`.
Add/remove `#` at the start of the line to disable/enable auto start at login.

Before (default setting, firefox will auto start at login)

```
exec --no-startup-id sleep 7 && firefox https://github.com/endeavouros-team/endeavouros-i3wm-setup/blob/main/force-knowledge.md
```

* After (changed setting, firefox will not auto start at login)
After (changed setting, firefox will not auto start at login)

```
#exec --no-startup-id sleep 7 && firefox https://github.com/endeavouros-team/endeavouros-i3wm-setup/blob/main/force-knowledge.md
Expand Down

0 comments on commit 2cbfe92

Please sign in to comment.