First round of fixes

This commit is contained in:
2025-09-28 02:05:18 -04:00
parent f5408cab0c
commit 8b265cd3d9
4 changed files with 25 additions and 19 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ func cosmic() {
"Tk" + version + "show_maximize": "false"}
for key, value := range filenamesToValues {
filePath := "/home/" + getUsername() + "/.config/" + key
writeFile(filePath, value, getUsername(), 0755)
filePath := "/home/" + getUsername() + "/.config/cosmic/com.system76.Cosmic" + key
writeFile(filePath, value+"\n", getUsername(), 0755)
}
// Replace SDDM with cosmic-greeter