summaryrefslogtreecommitdiff
path: root/startup.lua
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-08-14 08:49:11 +0800
committer魏曹先生 <1992414357@qq.com>2026-08-14 08:49:11 +0800
commit96b802d74d5268b1fbacd41ebfc2ea2bed947ff3 (patch)
tree90ecab0794139fe9e85d5e0657f02bb1e5459860 /startup.lua
parentf3347980f311bfeb650c679cf4f048d5b1db608f (diff)
feat: integrate noctalia as primary shell and launcherHEADmaster
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.
Diffstat (limited to 'startup.lua')
-rw-r--r--startup.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/startup.lua b/startup.lua
index 9462fc5..1d54f71 100644
--- a/startup.lua
+++ b/startup.lua
@@ -6,7 +6,8 @@ hl.on("hyprland.start", function()
-- 顶部菜单 / shell
-- hl.exec_cmd("polybar -q -c ~/.config/polybar/config.ini -r")
-- hl.exec_cmd("waybar")
- hl.exec_cmd("ashell --config-path /home/catilgrass/.config/ashell/config.toml")
+ -- hl.exec_cmd("ashell --config-path /home/catilgrass/.config/ashell/config.toml")
+ hl.exec_cmd("noctalia")
-- Seatd
hl.exec_cmd("seatd -g video")