From 6edfb40cbffe8789b3c76782eec520fe33a8008a Mon Sep 17 00:00:00 2001 From: Ishaan Bhimwal Date: Mon, 27 Jun 2022 20:32:57 +0530 Subject: [PATCH] Update force-knowledge.md https://github.com/endeavouros-team/endeavouros-i3wm-setup/pull/52 --- force-knowledge.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/force-knowledge.md b/force-knowledge.md index 150f6b1..cba7f27 100644 --- a/force-knowledge.md +++ b/force-knowledge.md @@ -2,7 +2,7 @@ ## Dive into configuring i3 -i3 is a dynamic tiling window manager inspired by wmii that is primarily targeted at developers and advanced users. The configuration file for endevouros-i3 can be found at `~/.config/i3/config`. Edit this file to make changes and use $mod+Shift+r to restart i3 in place. +i3 is a dynamic tiling window manager inspired by wmii that is primarily targeted at developers and advanced users. The configuration file for endeavouros-i3 can be found at `~/.config/i3/config`. Edit this file to make changes and use $mod+Shift+r to restart i3 in place. To disable firefox from autostarting comment out this line: @@ -46,7 +46,7 @@ exec --no-startup-id dex --autostart --environment i3 ## Reset configuration -The default configuration file for i3 can be found at `/etc/i3/config`. The default configuration file for endevouros-i3 can be found [here](https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/main/.config/i3/config). To replace your current configuration with the default of endeavouros-i3 run the following command. This will also make a backup of your current configuration at `~/.config/i3/config.1`: +The default configuration file for i3 can be found at `/etc/i3/config`. The default configuration file for endeavouros-i3 can be found [here](https://raw.githubusercontent.com/endeavouros-team/endeavouros-i3wm-setup/main/.config/i3/config). To replace your current configuration with the default of endeavouros-i3 run the following command. This will also make a backup of your current configuration at `~/.config/i3/config.1`: ``` wget --backups=1 https://raw.githubusercontent.com/endeavouros-team endeavouros-i3wm-setup/main/.config/i3/config -P ~/.config/i3/