summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* feat: integrate noctalia as primary shell and launcherHEADmaster魏曹先生39 hours2-1/+7
| | | | | | 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.
* refactor(wallpaper): switch from hyprpaper to swaybg魏曹先生42 hours1-62/+31
| | | | | | 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.
* fix(config): update wallpaper and fix float toggle for Lua build魏曹先生42 hours1-6/+18
| | | | | | | 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. ```
* Add initial Hyprland configuration魏曹先生43 hours3-0/+277
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