This commit is contained in:
soraefir
2026-06-05 04:47:29 +02:00
parent c2cd4e42c1
commit 1bf88a2406
2 changed files with 3 additions and 4 deletions

View File

@@ -24,8 +24,7 @@
startupScript = pkgs.writeShellScriptBin "hyprland-start" ''
eww-open-on-bar-screen bar &
dunst &
eww-open-on-current-screen bar &
awww-daemon &
sleep 2
@@ -56,7 +55,7 @@ in {
hl.exec_cmd("wl-paste --type text --watch cliphist store")
hl.exec_cmd("wl-paste --type image --watch cliphist store")
hl.exec_cmd("swayidle -w timeout 600 'swaylock' before-sleep 'swaylock'")
hl.exec_cmd("${startupScript}/bin/start")
hl.exec_cmd("${lib.getExe startupScript}")
hl.exec_cmd("[workspace special:magic silent] kitty --title flying_kitty")
end'')
];