mirror of
https://github.com/rwinkhart/cachyos-postinstall-helper.git
synced 2026-09-05 08:37:39 -04:00
First round of fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user