1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-14 09:42:10 -04:00

keybinds: dont pass dirs

This commit is contained in:
bbedward
2026-02-16 23:55:11 -05:00
parent cf4ce3c476
commit f280cd9d3b
4 changed files with 34 additions and 15 deletions

View File

@@ -19,8 +19,6 @@ func NewMiracleProvider(configPath string) *MiracleProvider {
configDir, err := os.UserConfigDir()
if err == nil {
configPath = filepath.Join(configDir, "miracle-wm")
} else {
configPath = "$HOME/.config/miracle-wm"
}
}
return &MiracleProvider{configPath: configPath}