From d227a541f002a5bd2865f84d49b5a79699c9a1fb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 29 Jun 2025 12:39:22 -0700 Subject: [PATCH] Add migration to fix the persistent workspaces in the waybar config --- migrations/1751225707.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 migrations/1751225707.sh diff --git a/migrations/1751225707.sh b/migrations/1751225707.sh new file mode 100644 index 0000000..0a62f9d --- /dev/null +++ b/migrations/1751225707.sh @@ -0,0 +1,3 @@ +echo "Fixing persistent workspaces in waybar config" +sed -i 's/"persistent_workspaces":/"persistent-workspaces":/' ~/.config/waybar/config +pkill -SIGUSR2 waybar