Pull sway configuration (#278)

This commit is contained in:
felix
2019-12-19 13:46:16 +01:00
committed by Roey Darwish Dror
parent c4ef712b3b
commit 6b5da066f6
2 changed files with 2 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ Just run `topgrade`. It will run the following steps:
* ~/.config/openbox
* ~/.config/bspwm
* ~/.config/i3
* ~/.config/sway
* Powershell Profile
* [Microsoft Terminal](https://github.com/microsoft/terminal) configuration
* Custom defined paths

View File

@@ -251,6 +251,7 @@ fn run() -> Result<()> {
git_repos.insert(base_dirs.config_dir().join("openbox"));
git_repos.insert(base_dirs.config_dir().join("bspwm"));
git_repos.insert(base_dirs.config_dir().join("i3"));
git_repos.insert(base_dirs.config_dir().join("sway"));
}
#[cfg(windows)]