Compare commits

..

3 commits

2 changed files with 6 additions and 1 deletions

View file

@ -300,6 +300,11 @@
xwayland = { xwayland = {
force_zero_scaling = true; force_zero_scaling = true;
}; };
gestures = {
workspace_swipe = true;
workspace_swipe_direction_lock = false;
};
}; };
}; };
} }

View file

@ -55,7 +55,7 @@
tooltip-format = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"; tooltip-format = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
format-alt = " {:%d/%m}"; format-alt = " {:%d/%m}";
}; };
"wlr/workspaces" = { "hyprland/workspaces" = {
active-only = false; active-only = false;
all-outputs = false; all-outputs = false;
disable-scroll = false; disable-scroll = false;