Skip to content

Commit

Permalink
Don't consider to use Windows tilling window manager for now
Browse files Browse the repository at this point in the history
Closes GH-725
  • Loading branch information
kachick committed Oct 4, 2024
1 parent 9a239df commit a7b9e0f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 280 deletions.
4 changes: 0 additions & 4 deletions cmd/winit-conf/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ func provisioners() []provisioner {
if err != nil {
log.Fatalf("Failed to create path that will have alacritty.toml: %+v", err)
}
err = os.MkdirAll(filepath.Join(homePath, ".config", "whkd"), dirPerm)
if err != nil {
log.Fatalf("Failed to create whkd dotfiles directory: %+v", err)
}

return []provisioner{
newProvisioner([]string{"config", "starship", "starship.toml"}, []string{homePath, ".config", "starship.toml"}),
Expand Down
4 changes: 0 additions & 4 deletions windows/glazewm/README.md

This file was deleted.

272 changes: 0 additions & 272 deletions windows/glazewm/config.yaml

This file was deleted.

0 comments on commit a7b9e0f

Please sign in to comment.