fix stuff

This commit is contained in:
end-4
2026-05-11 22:52:48 +02:00
parent f6b97c4649
commit 010f070eef
26 changed files with 524 additions and 1335 deletions
+1 -6
View File
@@ -13,7 +13,7 @@ hl.on("hyprland.start", function ()
hl.exec_cmd("sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP") -- Some fix idk
-- Audio
--hl.exec_cmd("easyeffects --hide-window --service-mode")
hl.exec_cmd("easyeffects --hide-window --service-mode")
-- Clipboard: history
--hl.exec_cmd("wl-paste --watch cliphist store")
@@ -22,9 +22,4 @@ hl.on("hyprland.start", function ()
-- Cursor
hl.exec_cmd("hyprctl setcursor Bibata-Modern-Classic 24")
-- Fix dock pinned apps not launching properly (https://github.com/end-4/dots-hyprland/issues/2200)
-- This causes https://github.com/end-4/dots-hyprland/issues/2427
-- hl.exec_cmd("sleep 3.5 && hyprctl reload && sleep 0.5 && touch ~/.config/quickshell/ii/shell.qml")
end)