fix update

This commit is contained in:
2025-10-20 20:46:35 +02:00
parent e3f119b29a
commit 46f9b41b40
4 changed files with 4 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
source = ./src;
};
wayland.windowManager.river-classic = let
wayland.windowManager.river = let
all_tags = "$(((1 << 32) - 1))";
scratch_tag = "$((1 << 20 ))";
all_but_scratch_tag = "$(( ((1 << 32) - 1) ^ ${scratch_tag} ))";