Dotfiles config update (2022-04-04)

This commit is contained in:
q3aql 2022-04-04 23:37:29 +02:00
parent b3ec3b081f
commit b9cd6b00cb

View File

@ -10,7 +10,7 @@ dotfiles - My tiling spectrwm, i3 & sway configurations (for Arch/Devuan/Debian)
* [spectrwm](README-spectrwm.md)
* [spectrwm + polybar](README-spectrwm-polybar.md)
![i3-i3status](examples/i3wm-i3status.png)
![i3-polybar](examples/i3wm-polybar.png)
### Installation:
@ -27,6 +27,7 @@ dotfiles - My tiling spectrwm, i3 & sway configurations (for Arch/Devuan/Debian)
$ cd dotfiles
$ chmod +x install-config.sh
$ ./install-config.sh
$ cp -rfv ~/.config/i3/config.polybar ~/.config/i3/config
````
### Configuration:
@ -54,11 +55,11 @@ dotfiles - My tiling spectrwm, i3 & sway configurations (for Arch/Devuan/Debian)
* **`Wallpaper:`**
* By default, the config load wallpaper on `~/wallpapers/dark-city.jpg`:
* By default, the config load wallpaper on `~/wallpapers/abstract.png`:
* Edit `~/.config/i3/config` for set your favorite wallpaper:
```shell
exec --no-startup-id "sleep 3 && nitrogen --set-scaled ~/wallpapers/dark-city.jpg"
exec --no-startup-id "sleep 3 && nitrogen --set-scaled ~/wallpapers/abstract.png"
````
* **`Set Screensaver (Optional):`**
@ -72,7 +73,7 @@ dotfiles - My tiling spectrwm, i3 & sway configurations (for Arch/Devuan/Debian)
ScreensaverTime="20" # 20 minutes (only for xautolock)
````
* **`Enable Gaps (Optional):`**
* **`Enable Gaps (Optional):`**
* My config work on vanilla i3wm and gaps are disabled.
* You can enable it editing 2 lines on file `~/.config/i3/config` and pressing `Win+Shift+r`: