chore(hyprland): test config by setting border size to zero

This commit is contained in:
Mohammad Rafiq 2025-06-01 19:45:18 +08:00
parent d5dc280ff2
commit 052bd8bbae
No known key found for this signature in database

View file

@ -1,3 +1,6 @@
{ {
animation = [ "workspaces, 0" ]; animation = [ "workspaces, 0" ];
general = {
border_size = 0;
};
} }