lua-migration #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "lua-migration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Migration to lua due to 0.55 being lua compatible and hyperlang soon to be EOL.
- Swap DP-1/DP-2 positions in desktop.lua (right was mapped to left) - Fix fullscreen mode "max" → "maximized" (invalid mode string) - Comment out workspace.rename() — requires {workspace, name?} table, can't work as bare dispatcher; needs DMS IPC or script Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>- dpms: use hl.dsp.dpms({ state = "toggle" }) instead of hyprctl dispatch - resize +/-: use hyprctl dispatch resizeactive for correct percentage behavior - resize code:20/21: same fix for pixel-based resize - Remove SUPER+[/] dwindle preselect (unreachable on Norwegian keyboard) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>