-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
System details
Omarchy 3.1
What's wrong?
After upgrading to Omarchy 3.1 (accepting the new keybinding defaults) and rebooting to upgrade the kernel, got these issues:
- Omarchy started on a black screen (no waybar, no wallpaper)
- super-Esc and super-space don't open the walker menu, nothing happens
- super-Enter doesn't start the terminal, shows a notification 'Error Command not found: "--working-directory"'
- launching the btop activity monitor with super-shift-T fails with 'Error Command not found: "-e"'
After restarting again, the waybar and wallpaper did reappear but still cannot open the walker menu by clicking the Omarchy icon in the waybar, still can’t open the terminal.
I can switch to a terminal-only session using Ctrl-Alt-F3 where, if I replace $terminal = uwsm app -- $TERMINAL with $terminal = uwsm app -- /usr/bin/alacritty and switch back to Hyprland using Ctrl-Alt-F1, then I can now open the btop activity monitor using Cmd-shift-T. This seems to indicate that a $TERMINAL environment variable is expected to be defined somewhere but is missing. After this workaround however, I still cannot open a regular terminal with super-Enter or by any other known means.