summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat: integrate noctalia as primary shell and launcherHEADmaster魏曹先生39 hours6-8/+15
| | | | | | Replace ashell with noctalia for startup, add fallback logic to use noctalia when available, otherwise fall back to wofi-based tools for launcher, wallpaper picking, and screenshots.
* fix(input): enable natural scrolling on touchpad魏曹先生41 hours1-1/+1
|
* chore: remove outdated comment about scroll_factor魏曹先生41 hours1-1/+1
|
* refactor(wallpaper): switch from hyprpaper to swaybg魏曹先生42 hours4-67/+54
| | | | | | Replace hyprpaper with swaybg due to a crash in hyprpaper 0.8.4 on this system. Update the wallpaper script to use wofi and persist the current wallpaper path.
* chore: move legacy configs to _LEGACY directory魏曹先生42 hours10-0/+0
|
* fix: sync wayland env to systemd and restart xdg portal魏曹先生42 hours1-0/+6
|
* fix(config): update wallpaper and fix float toggle for Lua build魏曹先生42 hours3-10/+23
| | | | | | | 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魏曹先生43 hours11-363/+521
| | | | | | Split the monolithic Hyprland config into modular Lua files covering appearance, input, keybindings, monitors, startup, window rules, and workspace settings.
* Add initial Hyprland configuration魏曹先生43 hours20-0/+1160
This commit introduces the base Hyprland setup including: - Monitor configuration for dual display setup - Default applications and keybindings - Window management rules and animations - Autostart services (waybar, hyprpaper, fcitx5) - Custom scripts for window toggling - Hyprspace plugin for workspace overview