fix update
This commit is contained in:
@@ -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} ))";
|
||||
|
||||
Reference in New Issue
Block a user