Pull sway configuration (#278)
This commit is contained in:
@@ -92,6 +92,7 @@ Just run `topgrade`. It will run the following steps:
|
|||||||
* ~/.config/openbox
|
* ~/.config/openbox
|
||||||
* ~/.config/bspwm
|
* ~/.config/bspwm
|
||||||
* ~/.config/i3
|
* ~/.config/i3
|
||||||
|
* ~/.config/sway
|
||||||
* Powershell Profile
|
* Powershell Profile
|
||||||
* [Microsoft Terminal](https://github.com/microsoft/terminal) configuration
|
* [Microsoft Terminal](https://github.com/microsoft/terminal) configuration
|
||||||
* Custom defined paths
|
* Custom defined paths
|
||||||
|
|||||||
@@ -251,6 +251,7 @@ fn run() -> Result<()> {
|
|||||||
git_repos.insert(base_dirs.config_dir().join("openbox"));
|
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("bspwm"));
|
||||||
git_repos.insert(base_dirs.config_dir().join("i3"));
|
git_repos.insert(base_dirs.config_dir().join("i3"));
|
||||||
|
git_repos.insert(base_dirs.config_dir().join("sway"));
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(windows)]
|
#[cfg(windows)]
|
||||||
|
|||||||
Reference in New Issue
Block a user