Skip to content

OmaSettings 1.1.1

Choose a tag to compare

@twiking twiking released this 26 Aug 14:24
· 25 commits to main since this release

One setting was writing a generated file that Hyprland could not read.

  • Tap to click applies again. Its Lua key was written with dashes — tap-to-click = false — which is a syntax error, so Hyprland stopped reading omasettings.lua altogether and the setting never took effect, with nothing saying why. It is the only key here whose keyword carried a dash.
  • A generated file that will not parse is rendered again the next time the window opens. It is built wholly from the store, so a copy Hyprland has rejected is not worth keeping — if you had toggled Tap to click on 1.1.0 or earlier, opening the window repairs it.

Thanks to @TheCosmicMoose for reporting it in #1.