We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1817c73 commit 9cb7da2Copy full SHA for 9cb7da2
1 file changed
nixos/flake.nix
@@ -532,7 +532,7 @@
532
} ''
533
cp ${../dotfiles/config/hypr/hyprland.lua} hyprland.lua
534
luac -p hyprland.lua
535
- if grep -n 'hyprctl' hyprland.lua | grep -v 'hyprctl reload' | grep -v 'hyprctl dispatch hyprwinview:overview' | grep -v 'hyprctl -j monitors'; then
+ if grep -n 'hyprctl' hyprland.lua | grep -v 'hyprctl reload' | grep -v 'hyprctl eval' | grep -v 'hyprctl_eval' | grep -v 'hyprctl -j monitors'; then
536
echo "hyprland.lua should not shell out to hyprctl for window/workspace manipulation" >&2
537
exit 1
538
fi
0 commit comments