summaryrefslogtreecommitdiff
path: root/keybind.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(config): update wallpaper and fix float toggle for Lua build魏曹先生42 hours1-1/+2
| | | | | | | Update wallpaper to KON_2.png and rewrite toggle_float_center.sh to use Lua syntax dispatchers, as old dispatcher names are unavailable under hyprland.lua. ```
* feat: add Lua config modules for Hyprland魏曹先生42 hours1-0/+102
Split the monolithic Hyprland config into modular Lua files covering appearance, input, keybindings, monitors, startup, window rules, and workspace settings.